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!)
A217847 Numbers which are the sums of consecutive seventh powers. 1
0, 1, 128, 129, 2187, 2315, 2316, 16384, 18571, 18699, 18700, 78125, 94509, 96696, 96824, 96825, 279936, 358061, 374445, 376632, 376760, 376761, 823543, 1103479, 1181604, 1197988, 1200175, 1200303, 1200304, 2097152, 2920695, 3200631, 3278756, 3295140 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
nMax = 10^7; t = {0}; Do[k = n; s = 0; While[s = s + k^7; s <= nMax, AppendTo[t, s]; k++], {n, nMax^(1/7)}]; t = Union[t]
CROSSREFS
Sequence in context: A173779 A187353 A248773 * A223591 A097758 A257446
KEYWORD
nonn
AUTHOR
T. D. Noe, Oct 23 2012
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 April 16 03:22 EDT 2024. Contains 371696 sequences. (Running on oeis4.)