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

A102427
Triangle based on downward diagonals of A102426.
3
1, 1, 1, 1, 3, 2, 1, 5, 4, 1, 1, 7, 6, 6, 3, 1, 9, 8, 15, 10, 1, 1, 11, 10, 28, 21, 10, 4, 1, 13, 12, 45, 36, 35, 20, 1, 1, 15, 14, 66, 55, 84, 56, 15, 5, 1, 17, 16, 91, 78, 165, 120, 70, 35, 1, 1, 19, 18, 120, 105, 286, 220, 210, 126, 21, 6
OFFSET
0,5
FORMULA
T(n, k)=if(k<=n, binomial(floor((2n-k+2)/2)+n-k, floor((2n-k+1)/2)-n+k), 0) - Paul Barry, Jun 22 2005
CROSSREFS
KEYWORD
easy,nonn,tabl
AUTHOR
Russell Walsmith, Jan 11 2005
EXTENSIONS
Corrected and extended by Paul Barry, Jun 22 2005
STATUS
approved