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”).

A336605
a(n) is the number of partitions of the n-th tetrahedral number (A000292).
0
1, 1, 5, 42, 627, 14883, 526823, 26543660, 1844349560, 172389800255, 21248279009367, 3397584011986773, 695143713458946040, 179855916453958267598, 58248417552751868050007, 23402165235974892374954302, 11571309261543787320061392679
OFFSET
0,3
FORMULA
a(n) = p(n*(n+1)*(n+2)/6).
a(n) = A000041(A000292(n)).
PROG
(PARI) a(n) = numbpart(n*(n+1)*(n+2)/6); \\ Michel Marcus, Sep 14 2020
CROSSREFS
KEYWORD
nonn
AUTHOR
Robert Bilinski, Sep 13 2020
STATUS
approved