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.

A306910 Expansion of Sum_{k>=0} x^(k^2) * Product_{j=1..k} (1 + j*x^j).

Original entry on oeis.org

1, 1, 1, 0, 1, 1, 2, 2, 0, 1, 1, 2, 5, 3, 6, 6, 1, 1, 2, 5, 7, 10, 14, 20, 12, 25, 25, 2, 5, 7, 15, 19, 30, 37, 59, 74, 71, 101, 62, 125, 127, 15, 25, 36, 49, 89, 116, 160, 214, 241, 343, 476, 449, 427, 615, 385, 763, 776, 103, 151, 209, 319, 415, 594, 818, 1068, 1234, 1725
Offset: 0

Views

Author

Ilya Gutkovskiy, Mar 16 2019

Keywords

Crossrefs

Programs

  • Mathematica
    nmax = 67; CoefficientList[Series[Sum[x^(k^2) Product[(1 + j x^j), {j, 1, k}], {k, 0, nmax}], {x, 0, nmax}], x]