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.

A362799 E.g.f. satisfies A(x) = exp( (exp(x) - 1) * A(x)^x ).

Original entry on oeis.org

1, 1, 2, 11, 63, 542, 5183, 62211, 830252, 12900381, 220566835, 4223662522, 88001471869, 2007052809465, 49309469989666, 1306455781607975, 36973887007453315, 1116728635342926570, 35775769695237122035, 1213704083311914974899
Offset: 0

Views

Author

Seiichi Manyama, May 04 2023

Keywords

Crossrefs

Programs

  • PARI
    my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(-lambertw(-x*(exp(x)-1))/x)))

Formula

E.g.f.: exp( -LambertW(-x * (exp(x) - 1)) / x ).
E.g.f.: Sum_{k>=0} (k*x + 1)^(k-1) * (exp(x) - 1)^k / k!.