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.

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

Original entry on oeis.org

1, 0, -1, -2, -4, -2, -5, 6, 7, 18, 31, 50, 17, 34, 39, -122, -134, -296, -298, -556, -670, -692, 64, 26, 1119, 1054, 3953, 6804, 6645, 9250, 8644, 9702, 2817, 11386, -12415, -36382, -47757, -71782, -122506, -99540, -191083, -176382, -253722, -166706, -21024
Offset: 0

Views

Author

Vaclav Kotesovec, Jan 08 2016

Keywords

Comments

Convolution of A022661 and A000041.

Crossrefs

Programs

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