A129185 Shift operator, left.
0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0
Offset: 1
Examples
First few rows of the matrix: 0, 1; 0, 0, 1; 0, 0, 0, 1; 0, 0, 0, 0, 1; ...
Links
- Franck Ramaharo, A bracket polynomial for 2-tangle shadows, arXiv:2002.06672 [math.CO], 2020.
Programs
-
Mathematica
Table[PadLeft[{1},n,0],{n,20}]//Flatten//Rest (* Harvey P. Dale, Jul 11 2020 *)
Formula
As an infinite matrix, all 1's in the superdiagonal and the rest zeros.
Comments