login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A004884
Numbers that are the sum of at most 11 nonzero 8th powers.
2
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 768, 769, 770, 771, 772, 773, 774, 775, 776, 1024, 1025, 1026, 1027
OFFSET
1,3
LINKS
FORMULA
For n > 12, a(n) > 8n/3. (Work mod 32.) - Charles R Greathouse IV, May 04 2015
PROG
(PARI) P=sum(n=0, 3, x^n^8, O(x^10001))^11;
select(n->polcoeff(P, n), [0..10000]) \\ Charles R Greathouse IV, May 04 2015
CROSSREFS
Sequence in context: A074156 A062003 A061147 * A061497 A004895 A004906
KEYWORD
nonn
STATUS
approved