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!)
A051678 Square-pyramid-tree numbers: a(n) = sum(b(m),m=1..n), b(m) = 1^2, 1^2,2^2, 1^2,2^2,3^2,.. = (A002260)^2. 1
1, 2, 6, 7, 11, 20, 21, 25, 34, 50, 51, 55, 64, 80, 105, 106, 110, 119, 135, 160, 196, 197, 201, 210, 226, 251, 287, 336, 337, 341, 350, 366, 391, 427, 476, 540, 541, 545, 554, 570, 595, 631, 680, 744, 825, 826, 830, 839, 855, 880, 916, 965, 1029, 1110, 1210 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n * (n + 1)/2 + m) = 1/12 * n * (n + 2) * (n + 1)^2 + 1/6 * m * (m + 1) * (2 * m + 1) = A002415(n) + A000330(m), m = 0...n + 1, n = 1, 2, 3..
MATHEMATICA
Table[n^2 (n^2 - 1)/12 + m (m + 1) (2 m + 1)/6, {n, 10}, {m, n}] // Flatten (* Ivan Neretin, May 22 2015 *)
CROSSREFS
Sequence in context: A174000 A241720 A224082 * A079906 A226814 A233419
KEYWORD
easy,nice,nonn
AUTHOR
Klaus Strassburger (strass(AT)ddfi.uni-duesseldorf.de)
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 14:54 EDT 2024. Contains 371960 sequences. (Running on oeis4.)