OFFSET
0,2
FORMULA
E.g.f. A(x) satisfies A(x) = 1/(exp(-x*A(x)) - x*A(x))^2.
E.g.f.: B(x)^2, where B(x) is the e.g.f. of A379867.
a(n) = 2 * n! * Sum_{k=0..n} (3*n-k+2)^(k-1) * binomial(3*n-k+2,n-k)/k!.
PROG
(PARI) a(n) = 2*n!*sum(k=0, n, (3*n-k+2)^(k-1)*binomial(3*n-k+2, n-k)/k!);
CROSSREFS
KEYWORD
nonn,new
AUTHOR
Seiichi Manyama, Jan 04 2025
STATUS
approved