OFFSET
1,1
COMMENTS
The conjecture in A266212 implies that this sequence has infinitely many terms.
LINKS
Zhi-Wei Sun, New conjectures on representations of integers (I), Nanjing Univ. J. Math. Biquarterly 34(2017), no. 2, 97-120.
EXAMPLE
a(1) = 3 since 3^3 - 1 = 1^4 + 5^2.
a(2) = 13 since 13^3 - 1 = 6^4 + 30^2.
a(6) = 5507 since 5507^3 - 1 = 29^4 + 408669^2.
a(16) = 90891 since 90891^3 - 1 = 949^4 + 27387137^2.
a(35) = 3778273 since 3778273^3 - 1 = 85386^4 + 883654380^2.
MATHEMATICA
SQ[n_]:=SQ[n]=n>0&&IntegerQ[Sqrt[n]]
n=0; Do[Do[If[SQ[x^3-1-y^4], n=n+1; Print[n, " ", x]; Goto[aa]], {y, 1, (x^3-1)^(1/4)}]; Label[aa]; Continue, {x, 1, 10^5}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Zhi-Wei Sun, Dec 24 2015
EXTENSIONS
a(17)-a(35) from Lars Blomberg, Dec 30 2015
STATUS
approved