OFFSET
0,2
FORMULA
E.g.f.: B(x)^2, where B(x) is the e.g.f. of A377424.
a(n) = (2/(4*n+2)!) * Sum_{k=0..n} (4*n+k+1)! * Stirling2(n,k).
PROG
(PARI) a(n) = 2*sum(k=0, n, (4*n+k+1)!*stirling(n, k, 2))/(4*n+2)!;
CROSSREFS
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Oct 28 2024
STATUS
approved