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!)
A355181 Expansion of e.g.f. -LambertW(x^2/2 * (1 - exp(x))). 1
0, 0, 0, 3, 6, 10, 195, 1281, 5908, 90756, 1098765, 9605035, 147947646, 2496239538, 33836915203, 588360763095, 12104789358600, 223722576473896, 4578806487368313, 108875473376842467, 2519418390663035170, 60831875074927797750, 1640260621340460494991 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
Eric Weisstein's World of Mathematics, Lambert W-Function.
FORMULA
a(n) = n! * Sum_{k=1..floor(n/3)} k^(k-1) * Stirling2(n-2*k,k)/(2^k * (n-2*k)!).
PROG
(PARI) my(N=30, x='x+O('x^N)); concat([0, 0, 0], Vec(serlaplace(-lambertw(x^2/2*(1-exp(x))))))
(PARI) a(n) = n!*sum(k=1, n\3, k^(k-1)*stirling(n-2*k, k, 2)/(2^k*(n-2*k)!));
CROSSREFS
Sequence in context: A124266 A137941 A353998 * A356951 A355179 A356962
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 24 2022
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 April 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)