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.

A298987 a(n) = [x^n] Product_{k>=1} (1 + n*x^k)^k.

Original entry on oeis.org

1, 1, 4, 27, 80, 400, 1908, 6223, 31296, 116478, 450100, 1828915, 7360848, 26906828, 95776772, 403908975, 1421758720, 5072014447, 18481180644, 68350964211, 246180936400, 827642046294, 2958748580084, 10294629775620, 36607347335232, 120800714172500, 407951731319860, 1405943613730899
Offset: 0

Views

Author

Ilya Gutkovskiy, Jan 31 2018

Keywords

Crossrefs

Programs

  • Mathematica
    Table[SeriesCoefficient[Product[(1 + n x^k)^k, {k, 1, n}], {x, 0, n}], {n, 0, 27}]