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!)
A362699 Expansion of e.g.f. 1/(1 + LambertW(-x * exp(x^3))). 2
1, 1, 4, 27, 280, 3605, 56376, 1041103, 22188496, 535856553, 14460919120, 431287416131, 14087063106216, 500112706900573, 19174548699128200, 789598137339356535, 34757031591555021856, 1628640121039415039057, 80938770039259919191584 (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=0..floor(n/3)} (n-3*k)^(n-2*k) / (k! * (n-3*k)!).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(1/(1+lambertw(-x*exp(x^3)))))
CROSSREFS
Sequence in context: A194787 A020558 A259485 * A193467 A357174 A179494
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Apr 30 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 August 16 18:49 EDT 2024. Contains 375177 sequences. (Running on oeis4.)