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

A119326
Number triangle T(n,k) = Sum_{j=0..n-k} C(k,2j)*C(n-k,2j).
10
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 4, 4, 1, 1, 1, 1, 7, 10, 7, 1, 1, 1, 1, 11, 19, 19, 11, 1, 1, 1, 1, 16, 31, 38, 31, 16, 1, 1, 1, 1, 22, 46, 66, 66, 46, 22, 1, 1, 1, 1, 29, 64, 106, 126, 106, 64, 29, 1, 1, 1, 1, 37, 85, 162, 226, 226, 162, 85, 37, 1, 1
OFFSET
0,13
COMMENTS
Third column is essentially A000124. Fourth column is essentially A005448. Fifth column is A119327. Product of Pascal's triangle A007318 and A119328. Row sums are A038504. T(n,k) = T(n,n-k).
REFERENCES
Lukas Spiegelhofer and Jeffrey Shallit, Continuants, Run Lengths, and Barry's Modified Pascal Triangle, Volume 26(1) 2019, of The Electronic Journal of Combinatorics, #P1.31.
LINKS
Jeffrey Shallit, Lukas Spiegelhofer, Continuants, run lengths, and Barry's modified Pascal triangle, arXiv:1710.06203 [math.CO], 2017.
FORMULA
Column k has g.f.: (x^k/(1-x))* Sum{j=0..k} C(k,2j)*(x/(1-x))^(2j).
T(2n,n) = A119358(n). - Alois P. Heinz, Aug 31 2018
EXAMPLE
Triangle begins:
1;
1, 1;
1, 1, 1;
1, 1, 1, 1;
1, 1, 2, 1, 1;
1, 1, 4, 4, 1, 1;
1, 1, 7, 10, 7, 1, 1;
1, 1, 11, 19, 19, 11, 1, 1;
...
CROSSREFS
Cf. A119358.
Sequence in context: A026584 A247342 A174547 * A219866 A333418 A212363
KEYWORD
easy,nonn,tabl
AUTHOR
Paul Barry, May 14 2006
STATUS
approved