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”).

A362395
E.g.f. satisfies A(x) = exp(x - x^2/2 * A(x)).
1
1, 1, 0, -5, -14, 56, 736, 1114, -45156, -428660, 2004796, 82797716, 446153632, -13593781928, -276074700264, 701782138576, 107474258830096, 1263010302870608, -30208216250914352, -1146149464640506928, -2087509382334856224, 703335832718961413056
OFFSET
0,4
LINKS
Eric Weisstein's World of Mathematics, Lambert W-Function.
FORMULA
E.g.f.: exp(x - LambertW(x^2/2 * exp(x))) = 2 * LambertW(x^2/2 * exp(x))/x^2.
a(n) = n! * Sum_{k=0..floor(n/2)} (-1/2)^k * (k+1)^(n-k-1) / (k! * (n-2*k)!).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(exp(x-lambertw(x^2/2*exp(x)))))
CROSSREFS
Column k=1 of A362394.
Cf. A143740.
Sequence in context: A262247 A279511 A281698 * A333895 A268814 A165517
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 20 2023
STATUS
approved