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!)
A362346 a(n) = n! * Sum_{k=0..floor(n/5)} (-n/120)^k /(k! * (n-5*k)!). 2
1, 1, 1, 1, 1, -4, -35, -146, -447, -1133, 10081, 162625, 1188001, 6073354, 24692669, -340585244, -8007557375, -83565282891, -598436312543, -3348919070207, 62583951520321, 1933207863670000, 26224985071994941, 241528060568764586, 1721188205642283841 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
Eric Weisstein's World of Mathematics, Lambert W-Function.
FORMULA
a(n) = n! * [x^n] exp(x - n*x^5/120).
E.g.f.: exp( ( 24*LambertW(x^5/24) )^(1/5) ) / (1 + LambertW(x^5/24)).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(exp((24*lambertw(x^5/24))^(1/5))/(1+lambertw(x^5/24))))
CROSSREFS
Cf. A351931.
Sequence in context: A011195 A025195 A350407 * A005552 A127519 A354855
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 16 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 14:11 EDT 2024. Contains 375174 sequences. (Running on oeis4.)