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!)
A362702 Expansion of e.g.f. 1/(1 + LambertW(-x^2 * exp(x))). 4
1, 0, 2, 6, 60, 500, 6150, 81522, 1300376, 23024808, 459915210, 10104914270, 243652575012, 6378414900156, 180405368976014, 5478759958122570, 177868544365861680, 6146407749811022672, 225262698504062963346, 8727083181657584963766 (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/2)} k^(n-k) / (k! * (n-2*k)!).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(1/(1+lambertw(-x^2*exp(x)))))
CROSSREFS
Sequence in context: A226959 A083135 A056604 * A356259 A215720 A371018
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 July 17 14:36 EDT 2024. Contains 374377 sequences. (Running on oeis4.)