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!)
A362323 a(n) = n! * Sum_{k=0..floor(n/5)} n^k / (k! * (n-5*k)!). 3
1, 1, 1, 1, 1, 601, 4321, 17641, 53761, 136081, 181742401, 2415576241, 17245198081, 87699217321, 355981385761, 736792782125401, 14287010845685761, 145634558983324321, 1037210264169367681, 5794253172081059041, 16246379099801447769601 (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).
E.g.f.: exp( ( -LambertW(-5*x^5)/5 )^(1/5) ) / (1 + LambertW(-5*x^5)).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(exp((-lambertw(-5*x^5)/5)^(1/5))/(1+lambertw(-5*x^5))))
CROSSREFS
Sequence in context: A359638 A078966 A255024 * A283923 A302559 A232073
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 July 29 21:21 EDT 2024. Contains 374734 sequences. (Running on oeis4.)