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!)
A355180 Expansion of e.g.f. -LambertW(x^3 * (1 - exp(x)))/6. 2
0, 0, 0, 0, 4, 10, 20, 35, 6776, 60564, 352920, 1663365, 126625180, 2361079006, 27334747804, 245495250455, 11174333090480, 328952158255400, 6245314009946736, 90576650639967369, 3209305759254634740, 122557203047084965810, 3365068665450300234580 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
Eric Weisstein's World of Mathematics, Lambert W-Function.
FORMULA
a(n) = (n!/6) * Sum_{k=1..floor(n/4)} k^(k-1) * Stirling2(n-3*k,k)/(n-3*k)!.
PROG
(PARI) my(N=20, x='x+O('x^N)); concat([0, 0, 0, 0], Vec(serlaplace(-lambertw(x^3*(1-exp(x)))/6)))
(PARI) a(n) = n!*sum(k=1, n\4, k^(k-1)*stirling(n-3*k, k, 2)/(n-3*k)!)/6;
CROSSREFS
Sequence in context: A356963 A375716 A370992 * A341656 A008112 A301153
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 August 30 04:38 EDT 2024. Contains 375526 sequences. (Running on oeis4.)