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!)
A362315 a(n) = n! * Sum_{k=0..floor(n/4)} (-n/4)^k /(k! * (n-4*k)!). 2
1, 1, 1, 1, -23, -149, -539, -1469, 77281, 911737, 5657401, 25134121, -2065730039, -35352993389, -310739232803, -1913714425349, 213881558916481, 4797269708789041, 54560246286936241, 429606655679843857, -60718212515535701399, -1684610587476711352709 (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! * [x^n] exp(x - n*x^4/4).
E.g.f.: exp( ( LambertW(x^4) )^(1/4) ) / (1 + LambertW(x^4)).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(exp(lambertw(x^4)^(1/4))/(1+lambertw(x^4))))
CROSSREFS
Sequence in context: A268778 A231207 A142902 * A125333 A126491 A142044
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 15 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 April 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)