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!)
A303170 Number of ordered ways of writing n as a sum of n tetrahedral numbers. 4
1, 1, 1, 1, 5, 21, 61, 141, 309, 757, 2111, 6051, 16721, 44617, 118301, 318501, 871781, 2400741, 6596953, 18067329, 49460555, 135697395, 373271515, 1028451579, 2835353337, 7819016521, 21572619771, 59562583471, 164586609409, 455114644297, 1259191262441, 3485551053561 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
Eric Weisstein's World of Mathematics, Tetrahedral Number
FORMULA
a(n) = [x^n] (Sum_{k>=0} x^(k*(k+1)*(k+2)/6))^n.
a(n) = A290429(n,n).
MATHEMATICA
Table[SeriesCoefficient[Sum[x^(k (k + 1) (k + 2)/6), {k, 0, n}]^n, {x, 0, n}], {n, 0, 31}]
CROSSREFS
Main diagonal of A290429.
Sequence in context: A370839 A203233 A112561 * A287617 A354551 A143567
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 April 17 22:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)