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