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!)
A362747 E.g.f. satisfies A(x) = exp(x^2/2 + x * A(x)). 1
1, 1, 4, 22, 182, 1996, 27412, 453160, 8767516, 194438800, 4864250096, 135538060384, 4163356010728, 139784741268160, 5093269640966704, 200170986137297536, 8440841773833141008, 380153135554220691712, 18212499110682362677312 (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.: -LambertW(-x * exp(x^2/2)) / x = exp( x^2/2 - LambertW(-x*exp(x^2/2)) ).
a(n) = n! * Sum_{k=0..floor(n/2)} (n-2*k+1)^(n-k-1) / (2^k * k! * (n-2*k)!).
a(n) ~ sqrt(1+LambertW(exp(-2))) * n^(n-1) / (exp(n)*LambertW(exp(-2))^((n+1)/2)). - Vaclav Kotesovec, Nov 10 2023
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(x^2/2-lambertw(-x*exp(x^2/2)))))
CROSSREFS
Sequence in context: A259842 A125863 A004115 * A222885 A235329 A220231
KEYWORD
nonn
AUTHOR
Seiichi Manyama, May 02 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 16:38 EDT 2024. Contains 372548 sequences. (Running on oeis4.)