OFFSET
1,1
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
FORMULA
A078359(a(n))=1.
EXAMPLE
10 is a term, as 10 = 3^2 + 1^3 and all other sums of positive squares and positives cubes are not equal 10.
17 is not a term, as 17 = 3^2 + 2^3 = 4^2 + 1^3.
MATHEMATICA
Select[Range[300], Length[Solve[a^2 + b^3 == # && a > 0 && b > 0, {a, b}, Integers]] == 1 &] (* Amiram Eldar, Mar 27 2025 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Nov 25 2002
STATUS
approved

