OFFSET
1,1
LINKS
T. D. Noe, Table of n, a(n) for n = 1..1000
EXAMPLE
From David A. Corneth, Aug 03 2020: (Start)
1071803 is in the sequence as 1071803 = 3^6 + 4^6 + 4^6 + 9^6 + 9^6.
3563572 is in the sequence as 3563572 = 3^6 + 4^6 + 5^6 + 11^6 + 11^6.
4862156 is in the sequence as 4862156 = 1^6 + 4^6 + 5^6 + 5^6 + 13^6. (End)
MATHEMATICA
With[{upto=10000}, Select[Union[Total/@Tuples[Range[Floor[Surd[upto-4, 6]]]^6, 5]], #<=upto&]] (* Harvey P. Dale, Apr 01 2016 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved