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.

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

Original entry on oeis.org

1, 1, 1, 28, 257, 103126, 46667437282, 140776183474585, 38414859209967468545, 8006615289848673023223926602, 100856872226698664486645150126408916015626, 7425498079138047573566961707334890995112470771975
Offset: 0

Views

Author

Ilya Gutkovskiy, Jul 16 2020

Keywords

Crossrefs

Programs

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