A332602 Tridiagonal matrix M read by antidiagonals: main diagonal is 1,2,2,2,2,..., two adjacent diagonals are 1,1,1,1,1,...
1, 1, 1, 0, 2, 0, 0, 1, 1, 0, 0, 0, 2, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0
Offset: 0
Examples
The matrix begins: 1, 1, 0, 0, 0, ... 1, 2, 1, 0, 0, ... 0, 1, 2, 1, 0, ... 0, 0, 1, 2, 1, ... 0, 0, 0, 1, 2, ... ... The first few antidiagonals are: 1; 1, 1; 0, 2, 0; 0, 1, 1, 0; 0, 0, 2, 0, 0; 0, 0, 1, 1, 0, 0; 0, 0, 0, 2, 0, 0, 0; 0, 0, 0, 1, 1, 0, 0, 0; 0, 0, 0, 0, 2, 0, 0, 0, 0; 0, 0, 0, 0, 1, 1, 0, 0, 0, 0; ... Characteristic polynomial of the 3 X 3 matrix M_3: Phi(3, x) = 1 - 6*x + 5*x^2 - x^3, from {A085478(3, k)}_{k=0..3} = {1, 6, 5, 1}. - _Wolfdieter Lang_, Mar 25 2020
References
- Richard P. Stanley, "Catalan Numbers", Cambridge University Press, 2015.
Comments