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!)
A365038 E.g.f. satisfies A(x) = exp(x * (1 + x)/A(x)). 3
1, 1, 1, -2, 9, -44, 175, 246, -21007, 396712, -5576769, 57840850, -151112951, -14137899060, 539212013327, -13335393617714, 239914650459105, -1990873438067504, -76974185162417921, 5220283004540970282, -194958036625254566599, 5226632355735840377140 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
Eric Weisstein's World of Mathematics, Lambert W-Function.
FORMULA
E.g.f.: exp( LambertW(x * (1+x)) ).
a(n) = n! * Sum_{k=0..n} (-k+1)^(k-1) * binomial(k,n-k)/k!.
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(exp(lambertw(x*(1+x)))))
CROSSREFS
Cf. A361067.
Sequence in context: A294270 A163650 A259777 * A013981 A216861 A199308
KEYWORD
sign,easy
AUTHOR
Seiichi Manyama, Aug 18 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 10 19:25 EDT 2024. Contains 375058 sequences. (Running on oeis4.)