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!)
A365039 E.g.f. satisfies A(x) = exp(x * (1 + x)/A(x)^2). 2
1, 1, -1, 7, -79, 1201, -22961, 530167, -14372191, 447825889, -15776617249, 620209389031, -26918670325295, 1278598424153233, -65973615445792081, 3674793950748867031, -219773335672937703871, 14046128883828030510529, -955409650156763223984449 (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(2*x * (1+x))/2 ).
a(n) = n! * Sum_{k=0..n} (-2*k+1)^(k-1) * binomial(k,n-k)/k!.
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(lambertw(2*x*(1+x))/2)))
CROSSREFS
Cf. A361068.
Sequence in context: A176792 A186377 A112700 * A375173 A365782 A362773
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 September 14 18:34 EDT 2024. Contains 375929 sequences. (Running on oeis4.)