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!)
A362431 E.g.f. satisfies A(x) = exp(x - x^4 * A(x)). 4
1, 1, 1, 1, -23, -239, -1439, -6719, 33601, 1536193, 24171841, 268424641, 1144566721, -47515765439, -1727426116415, -36344982098879, -481057514071679, 1197767242412161, 319851095455612801, 12145632936380316289, 293167011107091899521, 3520557699737168603521 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
Eric Weisstein's World of Mathematics, Lambert W-Function.
FORMULA
E.g.f.: exp(x - LambertW(x^4 * exp(x))) = LambertW(x^4 * exp(x))/x^4.
a(n) = n! * Sum_{k=0..floor(n/4)} (-1)^k * (k+1)^(n-3*k-1) / (k! * (n-4*k)!).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(exp(x-lambertw(x^4*exp(x)))))
CROSSREFS
Cf. A362393.
Sequence in context: A290425 A034986 A243449 * A087332 A159998 A268747
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 20 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 May 5 20:30 EDT 2024. Contains 372287 sequences. (Running on oeis4.)