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.

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

Original entry on oeis.org

1, 0, 1, 2, 2, 6, 7, 14, 11, 42, 39, 70, 95, 142, 239, 378, 418, 624, 1106, 1200, 2250, 2836, 4166, 4902, 8021, 10410, 14961, 21268, 29477, 36714, 54172, 68358, 95071, 134946, 168035, 254190, 322335, 427338, 541054, 787264, 964969, 1340730, 1748094, 2311386
Offset: 0

Views

Author

Vaclav Kotesovec, Feb 06 2016

Keywords

Crossrefs

Programs

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