The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A194769 Sum of distinct nonzero sixth powers. 5
1, 64, 65, 729, 730, 793, 794, 4096, 4097, 4160, 4161, 4825, 4826, 4889, 4890, 15625, 15626, 15689, 15690, 16354, 16355, 16418, 16419, 19721, 19722, 19785, 19786, 20450, 20451, 20514, 20515, 46656, 46657, 46720, 46721, 47385, 47386, 47449, 47450, 50752, 50753, 50816 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
See A001661 for a proof of the formula. - M. F. Hasler, May 15 2020
From Peter Munn, Aug 02 2023: (Start)
11146309947 = A001661(6) is the largest number not in the sequence.
After a(1) = 1, the next term that is in all the analogous sequences for smaller powers is a(86) = 134067 = A364637(6).
If we tightened the sequence requirement so that the sum was of more than one 6th power, we would remove exactly 30 6th powers from the terms: row 6 of A332065 indicates which 6th powers would remain.
(End)
LINKS
FORMULA
For n > 9108736851, a(n) = n + 2037573096.
PROG
(PARI) upto(lim)={
lim\=1;
my(v=List(), P=prod(n=1, lim^(1/6), 1+x^(n^6), 1+O(x^(lim+1))));
for(n=1, lim, if(polcoeff(P, n), listput(v, n)));
Vec(v)
}
CROSSREFS
A217846 is a subsequence.
Cf. A003997, A003999, A194768 (analogs for 3rd, 4th and 5th powers).
Sequence in context: A255570 A255571 A151984 * A217846 A135124 A223590
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from David A. Corneth, Apr 21 2020
Name qualified by Peter Munn, Aug 02 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 10 13:53 EDT 2024. Contains 373264 sequences. (Running on oeis4.)