A261647 Expansion of Product_{k>=0} ((1+x^(2*k+1))/(1-x^(2*k+1)))^3.
1, 6, 18, 44, 102, 216, 428, 816, 1494, 2650, 4584, 7740, 12804, 20808, 33264, 52400, 81462, 125100, 189966, 285516, 425016, 627040, 917436, 1331856, 1919332, 2746926, 3905784, 5519352, 7754064, 10833192, 15055216, 20817600, 28647414, 39241336, 53517060
Offset: 0
Keywords
Links
- 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. 11.
Crossrefs
Programs
-
Mathematica
nmax=60; CoefficientList[Series[Product[((1+x^(2*k+1))/(1-x^(2*k+1)))^3,{k,0,nmax}],{x,0,nmax}],x]
Formula
a(n) ~ exp(Pi*sqrt(3*n/2)) * 3^(1/4) / (8 * 2^(1/4) * n^(3/4)).