login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A377830
Expansion of e.g.f. (1/x) * Series_Reversion( x * exp(-x)/(1 + x)^3 ).
1
1, 4, 45, 886, 25397, 963216, 45615553, 2595412240, 172624541769, 13150155923200, 1129371806449301, 107987110491257856, 11379014255782146685, 1310277285293012678656, 163703077517048727256425, 22057132253723442887059456, 3188342874266180285119069457, 492178313447920665621400780800
OFFSET
0,2
FORMULA
E.g.f. A(x) satisfies A(x) = (1 + x*A(x))^3 * exp(x * A(x)).
a(n) = n! * Sum_{k=0..n} (n+1)^(k-1) * binomial(3*n+3,n-k)/k!.
PROG
(PARI) a(n) = n!*sum(k=0, n, (n+1)^(k-1)*binomial(3*n+3, n-k)/k!);
CROSSREFS
Sequence in context: A214400 A360344 A197989 * A338456 A276292 A174484
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Nov 09 2024
STATUS
approved