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

A269155
Expansion of Product_{k>=1} (1 - k*x^k)/(1 + 2*x^k).
2
1, -3, 2, -5, 17, -23, 43, -87, 178, -378, 700, -1402, 2837, -5651, 11295, -22592, 45397, -90587, 181187, -362566, 724949, -1449986, 2900068, -5801059, 11601675, -23204798, 46409816, -92817126, 185633688, -371270603, 742544062, -1485079884, 2970162411
OFFSET
0,2
LINKS
FORMULA
a(n) ~ c * (-2)^n, where c = Product_{k>=1} ((-2)^k - k)/((-2)^k - 1) = 0.691544539061740396647761051109300225267201237557458470928297389967...
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