A238288 Triangle read by rows T(n,k), n>=1, k>=1, in which column k lists the positive integers interleaved with k-1 zeros, but starting from 2*k at row k^2.
2, 3, 4, 5, 4, 6, 0, 7, 5, 8, 0, 9, 6, 10, 0, 6, 11, 7, 0, 12, 0, 0, 13, 8, 7, 14, 0, 0, 15, 9, 0, 16, 0, 8, 17, 10, 0, 8, 18, 0, 0, 0, 19, 11, 9, 0, 20, 0, 0, 0, 21, 12, 0, 9, 22, 0, 10, 0, 23, 13, 0, 0, 24, 0, 0, 0, 25, 14, 11, 10, 26, 0, 0, 0, 10
Offset: 1
Examples
Triangle begins: 2; 3; 4; 5, 4; 6, 0; 7, 5; 8, 0; 9, 6; 10, 0, 6; 11, 7, 0; 12, 0, 0; 13, 8, 7; 14, 0, 0; 15, 9, 0; 16, 0, 8; 17, 10, 0, 8; 18, 0, 0, 0; 19, 11, 9, 0; 20, 0, 0, 0; 21, 12, 0, 9; 22, 0, 10, 0; 23, 13, 0, 0; 24, 0, 0, 0; 25, 14, 11, 10; 26, 0, 0, 0, 10; 27, 15, 0, 0, 0; 28, 0, 12, 0, 0; 29, 16, 0, 11, 0; 30, 0, 0, 0, 0; 31, 17, 13, 0, 11; ...
Comments