login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A279283
Self-composition of the tetrahedral (or triangular pyramidal) numbers; g.f.: A(x) = G(G(x)), where G(x) = g.f. of A000292.
0
0, 1, 8, 52, 304, 1650, 8492, 42000, 201356, 941367, 4310480, 19395042, 85972228, 376185250, 1627518840, 6971209090, 29595604656, 124648174343, 521225809112, 2165408553994, 8942942384500, 36733935375275, 150138939637144, 610840125062072, 2474686297520984, 9986301300789540
OFFSET
0,3
LINKS
N. J. A. Sloane, Transforms
Eric Weisstein's World of Mathematics, Tetrahedral Number
Index entries for linear recurrences with constant coefficients, signature (20,-174,876,-2885,6708,-11612,15476,-16206,13468,-8894,4632,-1868,564,-120,16,-1).
FORMULA
G.f.: x*(1 - x)^12/(1 - 5*x + 6*x^2 - 4*x^3 + x^4)^4.
MATHEMATICA
CoefficientList[Series[x (1 - x)^12/(1 - 5 x + 6 x^2 - 4 x^3 + x^4)^4, {x, 0, 25}], x]
LinearRecurrence[{20, -174, 876, -2885, 6708, -11612, 15476, -16206, 13468, -8894, 4632, -1868, 564, -120, 16, -1}, {0, 1, 8, 52, 304, 1650, 8492, 42000, 201356, 941367, 4310480, 19395042, 85972228, 376185250, 1627518840, 6971209090}, 40] (* Harvey P. Dale, Jul 26 2018 *)
CROSSREFS
Sequence in context: A000432 A153336 A080279 * A257285 A125345 A111996
KEYWORD
nonn,easy
AUTHOR
Ilya Gutkovskiy, Dec 09 2016
STATUS
approved