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!)
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 (list; graph; refs; listen; history; text; internal format)
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
Sequence in context: A048744 A101234 A233190 * A358829 A225792 A057293
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 April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)