A153869 Triangle read by rows, A129186 * A128064(unsigned).
1, 1, 0, 1, 2, 0, 0, 2, 3, 0, 0, 0, 3, 4, 0, 0, 0, 0, 4, 5, 0, 0, 0, 0, 0, 5, 6, 0, 0, 0, 0, 0, 0, 6, 7, 0, 0, 0, 0, 0, 0, 0, 7, 8, 0, 0, 0, 0, 0, 0, 0, 0, 8, 9, 0
Offset: 1
Examples
First few rows of the triangle = 1; 1, 0; 1, 2, 0; 0, 2, 3, 0; 0, 0, 3, 4, 0; 0, 0, 0, 4, 5, 0; 0, 0, 0, 0, 5, 6, 0; 0, 0, 0, 0, 0, 6, 7, 0; 0, 0, 0, 0, 0, 0, 7, 8, 0; ...
Comments