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