OFFSET
0,2
LINKS
Eric Weisstein's World of Mathematics, Lambert W-Function.
FORMULA
E.g.f.: B(x)^2, where B(x) is the e.g.f. of A052813.
E.g.f.: exp( - 2*LambertW(log(1 - x)) ).
a(n) = 2 * Sum_{k=0..n} (k+2)^(k-1) * |Stirling1(n,k)|.
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(-2*lambertw(log(1-x)))))
(PARI) a(n) = 2*sum(k=0, n, (k+2)^(k-1)*abs(stirling(n, k, 1)));
CROSSREFS
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 01 2024
STATUS
approved