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!)
A362857 Expansion of e.g.f. exp(-2*x) / (1 + LambertW(-x)). 2
1, -1, 4, 7, 120, 1373, 21028, 373931, 7670736, 178064281, 4615519884, 132139421423, 4141235867992, 141016013784917, 5184372688776180, 204668397165154867, 8635388122600110240, 387787185320578895537, 18467131524896950511644 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Eric Weisstein's World of Mathematics, Lambert W-Function.
FORMULA
G.f.: Sum_{k>=0} (k*x)^k / (1 + 2*x)^(k+1).
a(n) = Sum_{k=0..n} (-2)^(n-k) * k^k * binomial(n,k).
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Exp[-2x]/(1+LambertW[-x]), {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Aug 26 2023 *)
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(-2*x)/(1 + lambertw(-x))))
CROSSREFS
Column k=2 of A362856.
Cf. A362859.
Sequence in context: A322723 A220003 A024054 * A289381 A126577 A236288
KEYWORD
sign
AUTHOR
Seiichi Manyama, May 05 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 17:47 EDT 2024. Contains 372020 sequences. (Running on oeis4.)