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