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

A285446
Expansion of Product_{k>=1} ((1 + x^k) / (1 - x^(3*k)))^k.
6
1, 1, 2, 6, 9, 18, 36, 60, 105, 191, 314, 528, 896, 1447, 2355, 3831, 6071, 9619, 15207, 23648, 36693, 56724, 86762, 132264, 200853, 302699, 454565, 680061, 1011540, 1499363, 2214570, 3255796, 4770830, 6967967, 10137577, 14703909, 21262751, 30644816, 44041843
OFFSET
0,3
LINKS
FORMULA
a(n) ~ exp(1/12 + 2^(-4/3) * (93*Zeta(3))^(1/3) * n^(2/3)) * (31*Zeta(3))^(7/36) / (A * 2^(7/9) * 3^(29/36) * sqrt(Pi) * n^(25/36)), where A is the Glaisher-Kinkelin constant A074962.
MATHEMATICA
nmax = 40; CoefficientList[Series[Product[((1+x^k)/(1-x^(3*k)))^k, {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Apr 19 2017
STATUS
approved