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.

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

Original entry on oeis.org

1, -1, 1, -4, 4, -9, 15, -22, 37, -56, 92, -133, 210, -310, 466, -696, 1013, -1495, 2160, -3141, 4495, -6462, 9172, -13024, 18387, -25840, 36213, -50500, 70280, -97302, 134522, -185105, 254245, -347938, 475036, -646676, 878145, -1189468, 1607095, -2166672, 2913794
Offset: 0

Views

Author

Seiichi Manyama, Apr 15 2017

Keywords

Crossrefs

Programs

  • Mathematica
    nmax = 50; CoefficientList[Series[Product[1/(1+x^(2*k-1))^(2*k-1), {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Apr 15 2017 *)

Formula

a(n) = (-1)^n * A262811(n).