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

A107874
Column 0 of triangle A107873; a(n) = C( n*(n-1)/2 + n+3, n).
2
1, 4, 15, 84, 715, 8568, 134596, 2629575, 61523748, 1677106640, 52179482355, 1823810410032, 70724320184700, 3012192716517082, 139737927523546800, 7012067478708989884, 378371310857796292200, 21843987843214746108900
OFFSET
0,2
MATHEMATICA
Table[Binomial[(n(n-1))/2+n+3, n], {n, 0, 20}] (* Harvey P. Dale, Oct 05 2019 *)
PROG
(PARI) a(n)=binomial(n*(n-1)/2+n+3, n)
CROSSREFS
Sequence in context: A130679 A243048 A375633 * A237627 A034496 A079155
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jun 04 2005
STATUS
approved