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!)
A362345 a(n) = n! * Sum_{k=0..floor(n/4)} (-n/24)^k /(k! * (n-4*k)!). 2
1, 1, 1, 1, -3, -24, -89, -244, 1681, 24382, 155401, 695146, -7490339, -157336464, -1421454033, -8817579224, 129268310081, 3555528110716, 41578411339441, 329824291072252, -6116622750516899, -207991913454970784, -2985298421745508329 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
Eric Weisstein's World of Mathematics, Lambert W-Function.
FORMULA
a(n) = n! * [x^n] exp(x - n*x^4/24).
E.g.f.: exp( ( 6*LambertW(x^4/6) )^(1/4) ) / (1 + LambertW(x^4/6)).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(exp((6*lambertw(x^4/6))^(1/4))/(1+lambertw(x^4/6))))
CROSSREFS
Cf. A351930.
Sequence in context: A220834 A276243 A211618 * A274954 A156832 A092780
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 April 27 23:22 EDT 2024. Contains 372020 sequences. (Running on oeis4.)