OFFSET
0,3
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..370
FORMULA
E.g.f.: log(1/(1-T(x*exp(x)))) where T(x) is the e.g.f. for A000169.
a(n) ~ n!/(2*n*LambertW(exp(-1))^n) * (1 - sqrt(2*(1 + LambertW(exp(-1))) /(Pi*n))/3). - Vaclav Kotesovec, Sep 24 2013
MATHEMATICA
nn=20; a=-ProductLog[-x Exp[x] ]; Range[0, nn]! CoefficientList[Series[Log[1/(1-a)], {x, 0, nn}], x]
PROG
(PARI) x='x+O('x^30); concat([0], Vec(serlaplace(log(1/(1+ lambertw(-x*exp(x))))))) \\ G. C. Greubel, Nov 16 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
Geoffrey Critzer, Sep 17 2012
STATUS
approved