A167948 Triangle read by rows, A101688 * (an infinite lower triangular matrix with A002083 as the main diagonal and the rest zeros).
1, 0, 1, 0, 1, 1, 0, 0, 1, 2, 0, 0, 1, 2, 3, 0, 0, 0, 2, 3, 6, 0, 0, 0, 2, 3, 6, 11, 0, 0, 0, 0, 3, 6, 11, 22, 0, 0, 0, 0, 3, 6, 11, 22, 42, 0, 0, 0, 0, 0, 6, 11, 22, 42, 84, 0, 0, 0, 0, 0, 6, 11, 22, 42, 84, 165, 0, 0, 0, 0, 0, 0, 11, 22, 42, 84, 165, 330
Offset: 1
Examples
First few rows of the triangle: 1; 0, 1; 0, 1, 1; 0, 0, 1, 2; 0, 0, 1, 2, 3; 0, 0, 0, 2, 3, 6; 0, 0, 0, 2, 3, 6, 11; 0, 0, 0, 0, 3, 6, 11, 22; 0, 0, 0, 0, 3, 6, 11, 22, 42; 0, 0, 0, 0, 0, 6, 11, 22, 42, 84; 0, 0, 0, 0, 0, 6, 11, 22, 42, 84, 165; 0, 0, 0, 0, 0, 0, 11, 22, 42, 84, 165, 330; 0, 0, 0, 0, 0, 0, 11, 22, 42, 84, 165, 330, 654; 0, 0, 0, 0, 0, 0, .0, 22, 42, 84, 165, 330, 654, 1308; 0, 0, 0, 0, 0, 0, .0, 22, 42, 84, 165, 330, 654, 1308, 2605; ...
Formula
Equals M * Q, where M = triangle A101688, Q = an infinite lower triangular matrix with (1, 1, 1, 2, 3, 6, 11, 22, 42,...) as the main diagonal and the rest zeros.
Comments