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!)
A338447 Sums of consecutive odd positive cubes. 1
1, 27, 28, 125, 152, 153, 343, 468, 495, 496, 729, 1072, 1197, 1224, 1225, 1331, 2060, 2197, 2403, 2528, 2555, 2556, 3375, 3528, 4257, 4600, 4725, 4752, 4753, 4913, 5572, 6859, 6903, 7632, 7975, 8100, 8127, 8128, 8288, 9261, 10485, 11772, 11816, 12167, 12545, 12888, 13013 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
495 is in the sequence because 495 = 3^3 + 5^3 + 7^3.
PROG
(PARI) lista(nn) = {my(list = List()); forstep (i=1, nn, 2, my(s = 0); forstep(j=i, 1, -2, s += j^3; if (s > nn^3, break); listput(list, s); ); ); Set(list); } \\ Michel Marcus, Nov 13 2020
CROSSREFS
Sequence in context: A042488 A042486 A290276 * A042492 A042490 A042496
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Oct 28 2020
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)