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

A122431
Riordan array ((1+x)^3,x).
1
1, 3, 1, 3, 3, 1, 1, 3, 3, 1, 0, 1, 3, 3, 1, 0, 0, 1, 3, 3, 1, 0, 0, 0, 1, 3, 3, 1, 0, 0, 0, 0, 1, 3, 3, 1, 0, 0, 0, 0, 0, 1, 3, 3, 1, 0, 0, 0, 0, 0, 0, 1, 3, 3, 1, 0, 0, 0, 0, 0, 0, 0, 1
OFFSET
0,2
COMMENTS
Row sums are A115291. Diagonal sums are A113311. Inverse is A122432. Sequence array for C(3,n).
FORMULA
Number triangle T(n,k)=C(3,n-k)
EXAMPLE
Triangle begins
1,
3,1,
3,3,1,
1,3,3,1,
0,1,3,3,1,
0,0,1,3,3,1,
0,0,0,1,3,3,1,
0,0,0,0,1,3,3,1
CROSSREFS
Sequence in context: A359525 A124814 A122567 * A279340 A089607 A216637
KEYWORD
easy,nonn,tabl
AUTHOR
Paul Barry, Sep 04 2006
STATUS
approved