OFFSET
1,1
LINKS
Donovan Johnson, Table of n, a(n) for n = 1..300
EXAMPLE
Term #2 is 37 because term #2 of A099426 is 228, 228^2 = 11^3 + 37^3 and 37 > 11.
PROG
(PARI) for(s=2, 1e5, for(x=1, s\2, my(y=s-x); if(gcd(x, y)>1, next); if(issquare(x^3+y^3), print1(y", ")))) \\ Charles R Greathouse IV, Nov 06 2014
CROSSREFS
KEYWORD
nonn
AUTHOR
Hans Havermann, Oct 20 2004
STATUS
approved