|
| |
|
|
A129184
|
|
Shift operator, right.
|
|
6
| |
|
|
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
(list; table; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| Let A129184 = matrix M, then M*V, (V a vector); shifts V to the right, preceded by zeros. Example: M*V, V = [1, 2, 3,...] = [0, 1, 2, 3,...]. A129185 = left shift operator.
|
|
|
FORMULA
| Infinite lower triangular matrix with all 1's in the subdiagonal and the rest zeros.
|
|
|
EXAMPLE
| First few rows of the triangle are:
0;
1, 0;
0, 1, 0;
0, 0, 1, 0;
0, 0, 0, 1, 0;
...
|
|
|
CROSSREFS
| Cf. A129185, A129186.
Sequence in context: A068716 A179828 A129185 * A118605 A175253 A070563
Adjacent sequences: A129181 A129182 A129183 * A129185 A129186 A129187
|
|
|
KEYWORD
| nonn,tabl
|
|
|
AUTHOR
| Gary W. Adamson (qntmpkt(AT)yahoo.com), Apr 01 2007
|
| |
|
|