A147696 Triangle read by rows: numbers n and columns k such that T(n, k) is n mod k.
0, 1, 0, 1, 1, 2, 0, 0, 1, 1, 0, 2, 1, 0, 1, 0, 1, 2, 1, 2, 3, 0, 0, 0, 1, 1, 1, 0, 2, 2, 1, 0, 3, 0, 1, 0, 1, 1, 2, 1, 2, 0, 0, 2, 3, 1, 1, 3, 4, 0, 2, 0, 0, 1, 0, 1, 1, 0, 1, 2, 2, 1, 2, 3, 3, 0, 0, 0, 4, 1, 1, 1, 0, 1, 0, 2, 2, 1, 2, 1, 0, 3, 2, 3, 0, 1, 0, 3, 4, 1, 2, 1, 4, 5, 0, 0, 2, 0, 0, 1, 1, 3, 1, 1
Offset: 2
Examples
The triangle begins: 0 1 0 1 1 2 0 0 1 1 0 2 1 0 1 0 1 2 1 2 3 0 0 0 1 1 1 0 2 2 1 0 3 0 1 0 1 1 2 1 2 0 0 2 3 1 1 3 4 0 2 0 0 1 0 1 1 0 1 2 2 1 2 3 3 0 0 0 4
Links
- Eric Weisstein's World of Mathematics, Redheffer Matrix
Comments