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

A262736
Expansion of Product_{k>=1} (1 + x^(2*k-1))^(2*k-1).
17
1, 1, 0, 3, 3, 5, 8, 10, 22, 25, 41, 57, 88, 126, 168, 261, 351, 512, 685, 984, 1357, 1865, 2566, 3485, 4838, 6459, 8832, 11831, 16056, 21404, 28660, 38259, 50875, 67613, 89161, 118184, 155321, 204609, 267708, 351125, 458331, 597740, 777590, 1010020, 1310390
OFFSET
0,4
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. 20.
FORMULA
a(n) ~ exp(3^(4/3) * (Zeta(3))^(1/3) * n^(2/3) / 2^(5/3)) * Zeta(3)^(1/6) / (2^(3/4) * 3^(1/3) * sqrt(Pi) * n^(2/3)).
MATHEMATICA
nmax = 60; CoefficientList[Series[Product[(1 + x^(2*k-1))^(2*k-1), {k, 1, nmax}], {x, 0, nmax}], x]
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Sep 29 2015
STATUS
approved