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!)
A362572 E.g.f. satisfies A(x) = exp(x * A(x)^(x/2)). 2
1, 1, 1, 4, 13, 76, 421, 3361, 26209, 267688, 2689201, 33579811, 412800961, 6103089994, 88754687113, 1517513934301, 25487131948321, 495009722435176, 9430633148123809, 205154208873930763, 4371962638221712801, 105330237499426955926 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
Eric Weisstein's World of Mathematics, Lambert W-Function.
FORMULA
E.g.f.: (-2 * LambertW(-x^2/2) / x^2)^(2/x) = exp(-2 * LambertW(-x^2/2) / x) = exp(x * exp(-LambertW(-x^2/2))).
a(n) = n! * Sum_{k=0..floor(n/2)} ((n-k)/2)^k * binomial(n-k-1,k)/(n-k)!.
E.g.f.: Sum_{k>=0} (k*x/2 + 1)^(k-1) * x^k / k!.
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(exp(x*exp(-lambertw(-x^2/2)))))
CROSSREFS
Cf. A361777.
Sequence in context: A235385 A144055 A012150 * A012261 A012075 A197942
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 25 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 September 18 03:51 EDT 2024. Contains 375995 sequences. (Running on oeis4.)