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.

Showing 1-1 of 1 results.

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

Original entry on oeis.org

1, 1, -1, 1, 1, 0, 0, -2, 5, 0, -2, 0, 3, 5, -11, 5, 6, 9, -17, -2, 23, -3, -11, -25, 62, -11, -27, -27, 76, 20, -104, 10, 77, 101, -243, 58, 118, 147, -353, -25, 378, 48, -372, -298, 892, -165, -444, -621, 1524, -128, -1055, -559, 1869, 575, -2682, 84, 2054, 1979, -5325, 844, 2947
Offset: 0

Views

Author

Ilya Gutkovskiy, Dec 03 2017

Keywords

Crossrefs

Programs

  • Mathematica
    nmax = 60; CoefficientList[Series[Product[((1 + x^(2 k - 1))/(1 + x^(2 k)))^k, {k, 1, nmax}], {x, 0, nmax}], x]

Formula

G.f.: Product_{k>=1} ((1 + x^(2*k-1))/(1 + x^(2*k)))^k.
Showing 1-1 of 1 results.