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

A338586
Number of partitions of the n-th tetrahedral number into exactly n positive tetrahedral numbers.
3
1, 1, 0, 0, 0, 1, 2, 5, 5, 20, 35, 75, 154, 336, 730, 1570, 3394, 7339, 16085, 35015, 76269, 164821, 359704, 782004, 1696804, 3668860, 7953962, 17184203, 37093184, 79825297, 171824175, 368838299, 790404448, 1690297309, 3610816466, 7696144659, 16374004711, 34766160358
OFFSET
0,7
FORMULA
a(n) = [x^A000292(n) y^n] Product_{j>=1} 1 / (1 - y*x^A000292(j)).
EXAMPLE
The 6th tetrahedral number is 56 and 56 = 1 + 1 + 4 + 10 + 20 + 20 = 4 + 4 + 4 + 4 + 20 + 20, so a(6) = 2.
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Nov 08 2020
STATUS
approved