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!)
A362320 a(n) = n! * Sum_{k=0..floor(n/5)} (-n/5)^k / (k! * (n-5*k)!). 3
1, 1, 1, 1, 1, -119, -863, -3527, -10751, -27215, 7197121, 96476689, 689534209, 3507486841, 14238448225, -5835497948279, -114117547235327, -1164586980639263, -8296447373407871, -46351121024513375, 25734702161134932481, 661538303263860440041 (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: A367723 A373541 A126563 * A355377 A067134 A156930
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 27 19:37 EDT 2024. Contains 375471 sequences. (Running on oeis4.)