Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)
A319184 Numbers that are sums of consecutive pentagonal numbers. 6
0, 1, 5, 6, 12, 17, 18, 22, 34, 35, 39, 40, 51, 57, 69, 70, 74, 75, 86, 92, 108, 117, 120, 121, 125, 126, 145, 156, 162, 176, 178, 190, 195, 196, 209, 210, 213, 247, 248, 262, 270, 279, 282, 287, 288, 321, 330, 354, 365, 376, 386, 387, 399, 404, 405, 424, 425, 438, 457, 475 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
Eric Weisstein's World of Mathematics, Pentagonal Number
MATHEMATICA
anmax = 1000; nmax = Floor[Sqrt[2*anmax/3]] + 1; Select[Union[Flatten[Table[Sum[k*(3*k-1)/2, {k, i, j}], {i, 0, nmax}, {j, i, nmax}]]], # <= anmax &] (* Vaclav Kotesovec, Dec 21 2018 *)
CROSSREFS
Sequence in context: A032707 A240756 A127306 * A231959 A362948 A168145
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Dec 21 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 August 6 12:02 EDT 2024. Contains 374974 sequences. (Running on oeis4.)