login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A362858
Expansion of e.g.f. exp(-3*x) / (1 + LambertW(-x)).
2
1, -2, 7, -9, 121, 797, 14517, 251521, 5199313, 120881133, 3139282909, 90010844657, 2824532243001, 96284834673349, 3543187673495269, 139992580020525993, 5910844405813258273, 265606657711863337181, 12655895981349401656749
OFFSET
0,2
LINKS
Eric Weisstein's World of Mathematics, Lambert W-Function.
FORMULA
G.f.: Sum_{k>=0} (k*x)^k / (1 + 3*x)^(k+1).
a(n) = Sum_{k=0..n} (-3)^(n-k) * k^k * binomial(n,k).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(-3*x)/(1 + lambertw(-x))))
CROSSREFS
Column k=3 of A362856.
Cf. A362860.
Sequence in context: A272412 A042561 A252661 * A041453 A042157 A012937
KEYWORD
sign
AUTHOR
Seiichi Manyama, May 05 2023
STATUS
approved