A090174 Triangle read by rows, related to Pascal's triangle read mod 2.
1, 1, 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1
Offset: 0
Examples
1; 1,1; 0,1,0; 1,1,1,1; 1,1,1,1,1; ...
Links
- Y. Moshe, The density of 0's in recurrence double sequences, J. Number Theory, 103 (2003), 109-121; see Fig. 2.
Formula
a(n, k) = A091533(n, k) mod 2.
Extensions
Edited and extended by Christian G. Bower, Jan 19 2004
Comments