A261389 Expansion of Product_{k>=1} ((1+x^k)/(1-x^k))^(3*k).
1, 6, 30, 128, 486, 1704, 5604, 17484, 52206, 150118, 417696, 1128984, 2973476, 7650720, 19272432, 47616568, 115570014, 275921460, 648771802, 1503889488, 3439990344, 7770915816, 17349229908, 38306180052, 83694778556, 181052778078, 387976101432, 823939048560
Offset: 0
Keywords
Links
- G. C. Greubel, Table of n, a(n) for n = 0..1000
- Vaclav Kotesovec, A method of finding the asymptotics of q-series based on the convolution of generating functions, arXiv:1509.08708 [math.CO], Sep 30 2015, p. 19.
Programs
-
Mathematica
nmax = 40; CoefficientList[Series[Product[((1+x^k)/(1-x^k))^(3*k), {k, 1, nmax}], {x, 0, nmax}], x]
Comments