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.

A336666 a(n) = (n!)^n * [x^n] 1 / (Sum_{k>=0} (-x)^k / (k!)^n)^n.

Original entry on oeis.org

1, 1, 10, 1839, 10386076, 2920439606255, 61647526987008365796, 138198647831589723000626151799, 44295532378421071881332203441924537230328, 2630596041328098180368767727753901255310559993154210399, 36407288356000016897632843477214290941136877077516693440464220432175060
Offset: 0

Views

Author

Ilya Gutkovskiy, Jul 29 2020

Keywords

Crossrefs

Programs

  • Mathematica
    Table[(n!)^n SeriesCoefficient[1/Sum[(-x)^k/(k!)^n, {k, 0, n}]^n, {x, 0, n}], {n, 0, 10}]