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

A327065
Expansion of Product_{k>=1} (Product_{j=1..k} (1 + x^(k*j))^(k*j)).
4
1, 1, 2, 5, 12, 20, 42, 75, 141, 259, 466, 799, 1427, 2443, 4169, 7049, 11863, 19605, 32518, 53184, 86579, 140018, 225380, 359739, 572864, 905903, 1426270, 2234952, 3488313, 5416403, 8383226, 12917257, 19831763, 30334937, 46245977, 70242043, 106371686
OFFSET
0,3
LINKS
MATHEMATICA
nmax = 40; CoefficientList[Series[Product[Product[(1+x^(k*j))^(k*j), {j, 1, Min[k, nmax/k]}], {k, 1, nmax}], {x, 0, nmax}], x]
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Aug 19 2019
STATUS
approved