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

A269154
Expansion of Product_{k>=1} (1 + k*x^k)/(1 + 2*x^k).
2
1, -1, 2, -3, 9, -13, 31, -53, 118, -210, 452, -866, 1793, -3493, 7119, -13992, 28257, -56253, 113035, -225318, 451745, -901870, 1805976, -3609701, 7222075, -14439594, 28887060, -57763494, 115540784, -231066845, 462154358, -924282660, 1848598423, -3697142099
OFFSET
0,3
LINKS
FORMULA
a(n) ~ c * (-2)^n, where c = Product_{k>=1} ((-2)^k + k)/((-2)^k - 1) = 0.4304067090888734207149852218007129877370867778815471457548443780472...
MATHEMATICA
nmax = 50; CoefficientList[Series[Product[(1+k*x^k)/(1+2*x^k), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
KEYWORD
sign
AUTHOR
Vaclav Kotesovec, Feb 20 2016
STATUS
approved