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

A268499
Expansion of Product_{k>=1} ((1 + 3*x^k) / (1 + x^k)).
3
1, 2, 0, 8, -2, 8, 16, 8, 8, 10, 80, -8, 72, -24, 144, 128, 134, 40, 224, 120, 232, 688, 176, 696, 32, 1194, -96, 1840, 1144, 2248, 288, 2968, 800, 4160, 752, 5104, 6438, 4984, 5104, 5488, 10960, 4856, 14080, 3480, 24408, 15448, 26832, 7080, 42120, 11178
OFFSET
0,2
COMMENTS
In general, for m > 0, if g.f. = Product_{k>=1} ((1 + m*x^k) / (1 + x^k)) then a(n) ~ c^(1/4) * exp(sqrt(c*n)) / (2*sqrt((m+1)*Pi) * n^(3/4)), where c = Pi^2/3 + 2*log(m)^2 + 4*polylog(2, -1/m).
LINKS
FORMULA
a(n) ~ c^(1/4) * exp(sqrt(c*n)) / (4*sqrt(Pi)*n^(3/4)), where c = Pi^2/3 + 2*log(3)^2 + 4*polylog(2, -1/3) = 4.467633549370382939364... .
MATHEMATICA
nmax = 100; CoefficientList[Series[Product[(1+3*x^k)/(1+x^k), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
KEYWORD
sign
AUTHOR
Vaclav Kotesovec, Feb 06 2016
STATUS
approved