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

A124819
Number triangle T(n,k)=C(n+2k+1,3k+1).
2
1, 2, 1, 3, 5, 1, 4, 15, 8, 1, 5, 35, 36, 11, 1, 6, 70, 120, 66, 14, 1, 7, 126, 330, 286, 105, 17, 1, 8, 210, 792, 1001, 560, 153, 20, 1, 9, 330, 1716, 3003, 2380, 969, 210, 23, 1, 10, 495, 3432, 8008, 8568, 4845, 1540, 276
OFFSET
0,2
COMMENTS
Row sums are A124820. Diagonal sums are A052921. Inverse is A124821.
FORMULA
Riordan array (1/(1-x)^2,x/(1-x)^3)
EXAMPLE
Triangle begins
1,
2, 1,
3, 5, 1,
4, 15, 8, 1,
5, 35, 36, 11, 1,
6, 70, 120, 66, 14, 1,
7, 126, 330, 286, 105, 17, 1,
8, 210, 792, 1001, 560, 153, 20, 1
CROSSREFS
Sequence in context: A208752 A119308 A110197 * A124019 A337886 A337884
KEYWORD
easy,nonn,tabl
AUTHOR
Paul Barry, Nov 08 2006
STATUS
approved