A135387 Triangle read by rows, with (2, 1, 0, 0, 0, ...) in every column.
2, 1, 2, 0, 1, 2, 0, 0, 1, 2, 0, 0, 0, 1, 2, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 1, 2
Offset: 1
Examples
First few rows of the triangle: 2; 1, 2 0, 1, 2; 0, 0, 1, 2; 0, 0, 0, 1, 2; 0, 0, 0, 0, 1, 2; ...
Crossrefs
Cf. A000129. - Gary W. Adamson, Dec 29 2008
Formula
Triangle by columns (2, 1, 0, 0, 0, 0, 0, ...) in every column. By rows, (n-2) zeros followed by 1, 2.
Comments