OFFSET
0,2
FORMULA
E.g.f.: B(x)^3, where B(x) is the e.g.f. of A138013.
E.g.f.: A(x) = ( (1/x) * Series_Reversion(x / (1 - log(1-x))) )^3.
a(n) = 3 * (n+2)! * Sum_{k=0..n} |Stirling1(n,k)|/(n-k+3)!.
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace((serreverse(x/(1-log(1-x)))/x)^3))
(PARI) a(n) = 3*(n+2)!*sum(k=0, n, abs(stirling(n, k, 1))/(n-k+3)!);
CROSSREFS
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 02 2024
STATUS
approved