OFFSET
1,1
LINKS
Chai Wah Wu, Table of n, a(n) for n = 1..358
EXAMPLE
1729^4 = 1729^3 + 20748^3 = 15561^3 + 17290^3.
PROG
(PARI) for(i=1, 10^5, x=i^4; c=0; for(j=1, floor(sqrtn(x/2, 3)), if(ispower(x-j^3, 3), c++)); if(c>1, print(i" "c))) \\ Donovan Johnson, Aug 03 2009
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from John W. Layman, Feb 24 2003
a(18)-a(24) from Donovan Johnson, Aug 03 2009
a(25)-a(38) from Donovan Johnson, Dec 03 2010
STATUS
approved