%I A129186
%S A129186 1,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,
%T A129186 0
%N A129186 Right shift operator generating 1's in shifted spaces.
%C A129186 Let A129186 = M, then M*V, V a vector; shifts V to the right, appending
1's to the shifted spaces. Example: M*V, V = [1,2,3,...] = [1,1,2,
3,...].
%F A129186 Infinite lower triangular matrix with (1,0,0,...) in the main diagonal
and (1,1,1...) in the subdiagonal.
%e A129186 First few rows of the triangle are:
%e A129186 1;
%e A129186 1, 0;
%e A129186 0, 1, 0;
%e A129186 0, 0, 1, 0;
%e A129186 0, 0, 0, 1, 0;
%e A129186 ...
%Y A129186 Cf. A129184, A129185.
%Y A129186 Sequence in context: A010052 A039985 A127239 this_sequence A095901 A087049
A118009
%Y A129186 Adjacent sequences: A129183 A129184 A129185 this_sequence A129187 A129188
A129189
%K A129186 nonn,tabl
%O A129186 1,1
%A A129186 Gary W. Adamson (qntmpkt(AT)yahoo.com), Apr 01 2007
|