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!)
A362319 a(n) = n! * Sum_{k=0..floor(n/5)} (n/5)^k / (k! * (n-5*k)!). 6
1, 1, 1, 1, 1, 121, 865, 3529, 10753, 27217, 7318081, 96720625, 689990401, 3508289929, 14239793569, 5933573525881, 114415115802625, 1165402803391009, 8298505279241857, 46355961619888993, 26167218073714552321, 663290722580370585625 (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/5).
E.g.f.: exp( ( -LambertW(-x^5) )^(1/5) ) / (1 + LambertW(-x^5)).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(exp((-lambertw(-x^5))^(1/5))/(1+lambertw(-x^5))))
CROSSREFS
Sequence in context: A293588 A365969 A203959 * A211472 A223389 A243810
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 4 03:31 EDT 2024. Contains 373986 sequences. (Running on oeis4.)