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.

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

Original entry on oeis.org

1, 1, 8, 324, 5120, 171875, 13716864, 409300871, 20535312384, 976299632280, 144100000000000, 6251749326428232, 484144254340300800, 31585633366079696358, 2452531026468909711360, 483966896057281494140625, 31314307295813796764844032, 3176091371161687418319418614
Offset: 0

Views

Author

Vaclav Kotesovec, May 09 2021

Keywords

Crossrefs

Programs

  • Mathematica
    Table[SeriesCoefficient[Product[(1+n^(k+1)*x^k), {k, 1, n}], {x, 0, n}], {n, 0, 20}]
    Join[{1}, Table[SeriesCoefficient[QPochhammer[-n, n*x]/(n+1), {x, 0, n}], {n, 1, 20}]]