OFFSET
1,2
LINKS
Donovan Johnson, Table of n, a(n) for n = 1..300
EXAMPLE
a(2) is 11 because term A099426(2) is 228, 228^2 = 11^3 + 37^3 and 11 < 37.
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(x", ")))) \\ Charles R Greathouse IV, Nov 06 2014
CROSSREFS
KEYWORD
nonn
AUTHOR
Hans Havermann, Oct 20 2004
STATUS
approved