A261648 Expansion of Product_{k>=0} ((1+x^(2*k+1))/(1-x^(2*k+1)))^5.
1, 10, 50, 180, 550, 1512, 3820, 9040, 20310, 43670, 90472, 181540, 354180, 674040, 1254640, 2289104, 4101430, 7228020, 12546030, 21473940, 36281656, 60565920, 99974140, 163297520, 264110180, 423211938, 672244600, 1059013320, 1655274320, 2568068120
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)))^5,{k,0,nmax}],{x,0,nmax}],x]
Formula
a(n) ~ exp(Pi*sqrt(5*n/2)) * 5^(1/4) / (16 * 2^(1/4) * n^(3/4)).
Comments