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