The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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
Sequence in context: A301493 A214502 A077039 * A103938 A304534 A085973
KEYWORD
sign
AUTHOR
Vaclav Kotesovec, Feb 20 2016
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | 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 June 2 03:32 EDT 2024. Contains 373032 sequences. (Running on oeis4.)