The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A303172 Number of ordered ways of writing n as a sum of n square pyramidal numbers. 2
1, 1, 1, 1, 1, 6, 31, 106, 281, 631, 1306, 2806, 6931, 19306, 55070, 150816, 391161, 977501, 2426071, 6141865, 16000186, 42465571, 112950916, 297793651, 776866355, 2015237231, 5233754306, 13668689206, 35908153534, 94633042267, 249398115466, 656105299636, 1723150461561 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
Eric Weisstein's World of Mathematics, Square Pyramidal Number
FORMULA
a(n) = [x^n] (Sum_{k>=0} x^(k*(k+1)*(2*k+1)/6))^n.
a(n) = A290430(n,n).
MATHEMATICA
Table[SeriesCoefficient[Sum[x^(k (k + 1) (2 k + 1)/6), {k, 0, n}]^n, {x, 0, n}], {n, 0, 32}]
CROSSREFS
Main diagonal of A290430.
Sequence in context: A112562 A244716 A024447 * A354552 A143568 A351935
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Apr 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 June 8 17:05 EDT 2024. Contains 373224 sequences. (Running on oeis4.)