cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A071109 Expansion of Product_{k>=1} 1/(1+2*x^k).

Original entry on oeis.org

1, -2, 2, -6, 14, -26, 50, -102, 214, -426, 834, -1678, 3398, -6778, 13482, -27022, 54198, -108306, 216346, -432878, 866334, -1732386, 3463626, -6927926, 13858350, -27715378, 55426002, -110855030, 221719582, -443433610, 886848930, -1773709078, 3547455846
Offset: 0

Views

Author

Sharon Sela (sharonsela(AT)hotmail.com), May 27 2002

Keywords

Crossrefs

Programs

  • Mathematica
    nmax = 40; CoefficientList[Series[Product[1/(1 + 2*x^k), {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Aug 25 2015 *)
    nmax = 40; CoefficientList[Series[Exp[Sum[(-1)^k*2^k/k*x^k/(1-x^k), {k, 1, nmax}]], {x, 0, nmax}], x] (* Vaclav Kotesovec, Aug 25 2015 *)
    (O[x]^30 + 3/QPochhammer[-2, x])[[3]] (* Vladimir Reshetnikov, Nov 20 2015 *)

Formula

a(n) ~ c * (-2)^n, where c = Product_{j>=1} 1/(1-1/(-2)^j) = 1/QPochhammer[-1/2,-1/2] = 0.8259519860658427384636116224100201356301... . - Vaclav Kotesovec, Aug 25 2015
G.f.: Sum_{i>=0} (-2)^i*x^i/Product_{j=1..i} (1 - x^j). - Ilya Gutkovskiy, Apr 13 2018

Extensions

More terms from Vaclav Kotesovec, Aug 25 2015