OFFSET
1,2
COMMENTS
The equation has solutions for the positive z listed in A152412.
A177761 and this sequence here show pairs (s,m) that solve given these z>0. (The case z=0 has infinitely many solutions which are not included here.)
There is no 1-to-1 relation to these z because more than one (s,m) may exist for some z, in case of which all are listed here.
EXAMPLE
MATHEMATICA
aa = {}; bb = {}; cc = {}; Do[Do[If[(N[Sqrt[x^5 + n], 300] - Round[Sqrt[x^5 + n]])^2 < 10^-300, AppendTo[aa, n]; AppendTo[bb, x]; AppendTo[cc, Round[Sqrt[x^5 + n]]] , {x, 1, 100}], {n, 1, 100000}]; bb (*Artur Jasinski*)
CROSSREFS
KEYWORD
nonn
AUTHOR
Artur Jasinski, May 13 2010
EXTENSIONS
Examples and comment on coverage of multiple solutions added - R. J. Mathar, Aug 08 2010
STATUS
approved