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.

A371480 Expansion of e.g.f. Product_{k>=1} (1 + x^k/k!)^(k-1).

Original entry on oeis.org

1, 0, 1, 2, 3, 24, 70, 300, 1365, 10136, 48636, 253560, 2069430, 13716780, 107972579, 695118606, 6155201325, 53001340112, 483401450344, 4129645998960, 36957700537146, 398523920633940, 3954961713704673, 42541112692428746, 430044528651402148
Offset: 0

Views

Author

Ilya Gutkovskiy, Mar 25 2024

Keywords

Comments

"EGJ" (unordered, element, labeled) transform of 0,1,2,3,4,...

Crossrefs

Programs

  • Mathematica
    nmax = 24; CoefficientList[Series[Product[(1 + x^k/k!)^(k - 1), {k, 1, nmax}], {x, 0, nmax}], x] Range[0, nmax]!