login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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
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