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!)
A355179 Expansion of e.g.f. -LambertW(x^2 * (1 - exp(x)))/2. 2
0, 0, 0, 3, 6, 10, 375, 2541, 11788, 317556, 4238685, 37921015, 909616026, 18283276518, 261259582675, 6360432558585, 164704011195480, 3332419310132776, 88606184592031353, 2713050497589230763, 71412977041725823750, 2144089948615678382970 (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!/2) * Sum_{k=1..floor(n/3)} k^(k-1) * Stirling2(n-2*k,k)/(n-2*k)!.
PROG
(PARI) my(N=20, x='x+O('x^N)); concat([0, 0, 0], Vec(serlaplace(-lambertw(x^2*(1-exp(x)))/2)))
(PARI) a(n) = n!*sum(k=1, n\3, k^(k-1)*stirling(n-2*k, k, 2)/(n-2*k)!)/2;
CROSSREFS
Sequence in context: A353998 A355181 A356951 * A356962 A370991 A077170
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 May 8 19:26 EDT 2024. Contains 372341 sequences. (Running on oeis4.)