OFFSET
1,1
LINKS
Chai Wah Wu, Table of n, a(n) for n = 1..10000
EXAMPLE
From David A. Corneth, Aug 04 2020: (Start)
1320614777 is in the sequence as 1320614777 = 9^7 + 12^7 + 20^7.
5868568576 is in the sequence as 5868568576 = 8^7 + 20^7 + 24^7.
17285710304 is in the sequence as 17285710304 = 3^7 + 12^7 + 29^7. (End)
PROG
(PARI) list(lim)=my(v=List(), x7, t); lim\=1; for(x=1, sqrtnint(lim-2, 7), x7=x^7; for(y=1, min(sqrtnint(lim-x7, 7), x), t=x7+y^7; for(z=1, min(sqrtnint(lim-t, 7), y), listput(v, t+z^7)))); Set(v) \\ Charles R Greathouse IV, Nov 05 2017
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved