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!)
A362336 a(n) = n! * Sum_{k=0..floor(n/5)} (n/120)^k /(k! * (n-5*k)!). 2
1, 1, 1, 1, 1, 6, 37, 148, 449, 1135, 15121, 172789, 1207009, 6106816, 24748725, 510855346, 8524169473, 84981641837, 602009065729, 3357322881625, 93871272204481, 2059974308136466, 26683062726210661, 243032907824598816, 1725747644222610625 (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
Sequence in context: A003351 A129651 A097297 * A349857 A047670 A338708
KEYWORD
nonn
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 May 1 19:41 EDT 2024. Contains 372176 sequences. (Running on oeis4.)