login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A261566
Expansion of Product_{k>=1} (1/(1 + 2*x^k))^k.
4
1, -2, 0, -6, 16, -18, 48, -94, 208, -426, 752, -1646, 3360, -6578, 13056, -26358, 53456, -105890, 211392, -424366, 850544, -1699290, 3393136, -6795646, 13601184, -27188130, 54358000, -108752870, 217552976, -435033618, 869999584, -1740145118, 3480497584
OFFSET
0,2
LINKS
FORMULA
a(n) ~ c * (-2)^n, where c = Product_{j>=1} 1/(1 - 1/(-2)^j)^(j+1) = 0.81033497534928929188778847125052151513524786804782471307090750707405...
MATHEMATICA
nmax = 40; CoefficientList[Series[Product[(1/(1 + 2*x^k))^k, {k, 1, nmax}], {x, 0, nmax}], x]
nmax = 40; CoefficientList[Series[Exp[Sum[(-1)^k*2^k/k*x^k/(1-x^k)^2, {k, 1, nmax}]], {x, 0, nmax}], x]
CROSSREFS
KEYWORD
sign
AUTHOR
Vaclav Kotesovec, Aug 24 2015
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 22 05:15 EDT 2024. Contains 376097 sequences. (Running on oeis4.)