OFFSET
1,1
LINKS
David A. Corneth, Table of n, a(n) for n = 1..10000
EXAMPLE
4817
From David A. Corneth, Aug 04 2020: (Start)
8953440236 is in the sequence as 8953440236 = 3^11 + 3^11 + 3^11 + 3^11 + 6^11 + 8^11.
64837279358 is in the sequence as 64837279358 = 3^11 + 5^11 + 5^11 + 7^11 + 9^11 + 9^11.
131385255963 is in the sequence as 131385255963 = 1^11 + 1^11 + 2^11 + 4^11 + 9^11 + 10^11. (End)
MATHEMATICA
With[{nn=5}, Select[Union[Total/@Tuples[Range[nn]^11, {6}]], #<=nn^11+5&]] (* Harvey P. Dale, Jun 30 2020 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved
