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!)
A322479 Numbers that are sums of consecutive square pyramidal numbers. 7
0, 1, 5, 6, 14, 19, 20, 30, 44, 49, 50, 55, 85, 91, 99, 104, 105, 140, 146, 176, 190, 195, 196, 204, 231, 285, 286, 316, 330, 335, 336, 344, 385, 435, 489, 490, 506, 520, 534, 539, 540, 629, 650, 670, 720, 775, 805, 819, 824, 825, 874, 891, 1014, 1015, 1105, 1156, 1160, 1176, 1190 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
Eric Weisstein's World of Mathematics, Square Pyramidal Number
MATHEMATICA
anmax = 1000; nmax = Floor[(3*anmax)^(1/3)] + 1; Select[Union[Flatten[Table[Sum[k*(k + 1)*(2*k + 1)/6, {k, i, j}], {i, 0, nmax}, {j, i, nmax}]]], # <= anmax &] (* Vaclav Kotesovec, Dec 21 2018 *)
CROSSREFS
Sequence in context: A359329 A308839 A099330 * A309480 A180686 A308822
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Dec 19 2018
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 July 3 22:13 EDT 2024. Contains 373986 sequences. (Running on oeis4.)