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

A162303
Product matrix [C(k,n-k)]*A001263.
0
1, 1, 1, 2, 4, 1, 3, 12, 8, 1, 5, 31, 39, 13, 1, 8, 73, 148, 93, 19, 1, 13, 162, 481, 486, 186, 26, 1, 21, 344, 1406, 2080, 1274, 332, 34, 1, 34, 707, 3803, 7741, 6920, 2873, 547, 43, 1
OFFSET
0,4
COMMENTS
First column is A000045. Row sums are A052705(n+2).
FORMULA
Number triangle T(n,k)=sum{j=0..n, C(j,n-j)*C(j+1,k)*C(j+1,k+1)/(j+1)}.
EXAMPLE
Triangle begins
1,
1, 1,
2, 4, 1,
3, 12, 8, 1,
5, 31, 39, 13, 1,
8, 73, 148, 93, 19, 1,
13, 162, 481, 486, 186, 26, 1,
21, 344, 1406, 2080, 1274, 332, 34, 1
CROSSREFS
Sequence in context: A308244 A117297 A112973 * A128570 A371767 A157284
KEYWORD
easy,nonn,tabl
AUTHOR
Paul Barry, Jun 30 2009
STATUS
approved