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!)
A365056 E.g.f. satisfies A(x) = exp( x * (1+x/2)/A(x) ). 4
1, 1, 0, 1, -6, 46, -440, 5076, -68740, 1070056, -18835164, 369994780, -8025080096, 190501729848, -4912802070280, 136775150153656, -4088669684755440, 130620500241909376, -4441243727496127184, 160132524268963159440, -6102784264210449418144 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
Eric Weisstein's World of Mathematics, Lambert W-Function.
FORMULA
E.g.f.: exp( LambertW(x * (1+x/2)) ).
a(n) = n! * Sum_{k=0..n} (1/2)^(n-k) * (-k+1)^(k-1) * binomial(k,n-k)/k!.
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(exp(lambertw(x*(1+x/2)))))
CROSSREFS
Cf. A365038.
Sequence in context: A052781 A284109 A049378 * A218497 A261499 A001829
KEYWORD
sign
AUTHOR
Seiichi Manyama, Aug 19 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 04:25 EDT 2024. Contains 372536 sequences. (Running on oeis4.)