OFFSET
0,2
FORMULA
E.g.f.: B(x)^3, where B(x) is the e.g.f. of A367152.
a(n) = 3 * (3*n+2)! * Sum_{k=0..n} |Stirling1(n,k)|/(3*n-k+3)!.
E.g.f.: (1/x) * Series_Reversion( x/(1 - log(1-x))^3 ).
PROG
(PARI) a(n) = 3*(3*n+2)!*sum(k=0, n, abs(stirling(n, k, 1))/(3*n-k+3)!);
CROSSREFS
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Oct 26 2024
STATUS
approved