OFFSET
1,1
LINKS
David A. Corneth, Table of n, a(n) for n = 1..10000 (first 1000 terms from T. D. Noe)
EXAMPLE
From David A. Corneth, Aug 03 2020: (Start)
90416 is in the sequence as 90416 = 1^6 + 1^6 + 1^6 + 4^6 + 4^6 + 4^6 + 5^6 + 5^6 + 5^6 + 5^6 + 5^6.
126122 is in the sequence as 126122 = 1^6 + 1^6 + 1^6 + 3^6 + 3^6 + 3^6 + 3^6 + 3^6 + 3^6 + 4^6 + 7^6.
142957 is in the sequence as 142957 = 1^6 + 1^6 + 1^6 + 3^6 + 4^6 + 4^6 + 4^6 + 4^6 + 4^6 + 4^6 + 7^6. (End)
MATHEMATICA
upto=2600; With[{max=Ceiling[Power[upto, (6)^-1]]}, Select[Union[ Total/@ Tuples[ Range[max]^6, 11]], #<=upto&]] (* Harvey P. Dale, Aug 12 2011 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved