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.

A308330 a(n) = n! * [x^n] exp(exp(n*x)/(1 - x) - 1).

Original entry on oeis.org

1, 2, 19, 346, 10217, 441226, 26023123, 1998840586, 193094418161, 22841006706928, 3239088790361491, 541309430523114804, 105106521730010262745, 23431755937256853296514, 5936989025261397848036755, 1694791457312643753292004446, 540937403928198054978670965089
Offset: 0

Views

Author

Ilya Gutkovskiy, May 20 2019

Keywords

Crossrefs

Programs

  • Mathematica
    Table[n! SeriesCoefficient[Exp[Exp[n x]/(1 - x) - 1], {x, 0, n}], {n, 0, 16}]