The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A362799 E.g.f. satisfies A(x) = exp( (exp(x) - 1) * A(x)^x ). 3
1, 1, 2, 11, 63, 542, 5183, 62211, 830252, 12900381, 220566835, 4223662522, 88001471869, 2007052809465, 49309469989666, 1306455781607975, 36973887007453315, 1116728635342926570, 35775769695237122035, 1213704083311914974899 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Eric Weisstein's World of Mathematics, Lambert W-Function.
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!.
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(-lambertw(-x*(exp(x)-1))/x)))
CROSSREFS
Sequence in context: A080049 A370392 A126745 * A179120 A038725 A161947
KEYWORD
nonn
AUTHOR
Seiichi Manyama, May 04 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 15 11:50 EDT 2024. Contains 372540 sequences. (Running on oeis4.)