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”).

A379992
Expansion of e.g.f. exp(-3*x)/(exp(-x) - x)^2.
0
1, 1, 7, 41, 349, 3539, 42451, 585605, 9130297, 158692679, 3041499871, 63712004729, 1447946191957, 35479218963083, 932326476195115, 26153289728300909, 779995883104560241, 24644267406802467215, 822278654588440803511, 28891372907012629446881
OFFSET
0,3
FORMULA
a(n) = n! * Sum_{k=0..n} (k+1) * (k-1)^(n-k)/(n-k)!.
PROG
(PARI) a(n) = n!*sum(k=0, n, (k+1)*(k-1)^(n-k)/(n-k)!);
CROSSREFS
KEYWORD
nonn,easy,new
AUTHOR
Seiichi Manyama, Jan 07 2025
STATUS
approved