login
A341773
Number of partitions of 2*n into exactly n nonzero tetrahedral numbers.
1
1, 0, 0, 1, 0, 0, 1, 0, 0, 2, 0, 0, 2, 0, 0, 2, 0, 0, 3, 1, 0, 3, 1, 0, 3, 1, 0, 4, 2, 0, 4, 2, 0, 4, 3, 0, 5, 4, 1, 5, 4, 1, 5, 5, 1, 6, 6, 2, 6, 6, 2, 6, 7, 3, 7, 9, 4, 8, 9, 4, 8, 10, 5, 9, 12, 6, 10, 12, 7, 10, 13, 8, 12, 15, 10, 13, 16, 11, 13, 17, 12
OFFSET
0,10
LINKS
FORMULA
G.f.: Product_{k>=0} 1 / (1 - x^(binomial(k+4,3)-1)).
MATHEMATICA
nmax = 80; CoefficientList[Series[Product[1/(1 - x^(Binomial[k + 4, 3] - 1)), {k, 0, nmax}], {x, 0, nmax}], x]
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Feb 19 2021
STATUS
approved