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

A126449
Row sums of triangle A126445; a(n) = Sum_{k=0..n} C( C(n+2,3) - C(k+2,3), n-k).
4
1, 2, 10, 163, 5945, 375819, 36233754, 4932046435, 899372990826, 211481102358562, 62283285977509563, 22451501854089680715, 9722649026348549481236, 4980474318644453218716459
OFFSET
0,2
PROG
(PARI) a(n)=sum(k=0, n, binomial(binomial(n+2, 3)-binomial(k+2, 3), n-k))
CROSSREFS
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Dec 27 2006
STATUS
approved