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!)
A357265 Expansion of e.g.f. -LambertW(x * log(1-x)). 6
0, 0, 2, 3, 32, 150, 1884, 16380, 249808, 3255336, 59596560, 1037413080, 22432698144, 486784686960, 12233449250736, 316660035739320, 9111729094222080, 273147758526888000, 8880267446524694016, 301952732236006556160, 10963551960785051470080 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Eric Weisstein's World of Mathematics, Lambert W-Function.
FORMULA
a(n) = n! * Sum_{k=1..floor(n/2)} k^(k-1) * |Stirling1(n-k,k)|/(n-k)!.
PROG
(PARI) my(N=20, x='x+O('x^N)); concat([0, 0], Vec(serlaplace(-lambertw(x*log(1-x)))))
(PARI) a(n) = n!*sum(k=1, n\2, k^(k-1)*abs(stirling(n-k, k, 1))/(n-k)!);
CROSSREFS
Sequence in context: A141049 A354612 A052830 * A356904 A041895 A371117
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 21 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 July 17 20:28 EDT 2024. Contains 374377 sequences. (Running on oeis4.)