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!)
A362282 a(n) = n! * Sum_{k=0..floor(n/2)} (-n)^k * binomial(n-k,k)/(n-k)!. 5
1, 1, -3, -17, 145, 1401, -19619, -267833, 5214273, 91975825, -2292948899, -49586832129, 1506939887377, 38595456391753, -1383612408628995, -40951481342092649, 1691614670048805121, 56809502720559644577, -2656760323700732460227, -99810124102484722532465 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Eric Weisstein's World of Mathematics, Lambert W-Function.
FORMULA
a(n) = A362277(n,2*n).
a(n) = n! * [x^n] exp(x - n*x^2).
E.g.f.: exp( sqrt( LambertW(2*x^2)/2 ) ) / (1 + LambertW(2*x^2)).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(sqrt(lambertw(2*x^2)/2))/(1+lambertw(2*x^2))))
CROSSREFS
Sequence in context: A333331 A198860 A298691 * A051442 A368236 A162650
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 14 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 19 00:30 EDT 2024. Contains 374388 sequences. (Running on oeis4.)