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