A177443 Triangle, row sums = A007729; derived from the generator for A002487, Stern's diatomic series.
1, 2, 0, 3, 1, 0, 3, 2, 0, 0, 3, 3, 2, 0, 0, 3, 3, 4, 0, 0, 0, 3, 3, 6, 1, 0, 0, 0, 3, 3, 6, 2, 0, 0, 0, 0, 3, 3, 6, 3, 3, 0, 0, 0, 0, 3, 3, 6, 3, 6, 0, 0, 0, 0, 0, 3, 3, 6, 3, 9, 2, 0, 0, 0, 0, 0, 3, 3, 6, 3, 9, 4, 0, 0, 0, 0, 0, 0, 3, 3, 6, 3, 9, 6, 3
Offset: 0
Examples
First few rows of the triangle = 1; 2, 0; 3, 1, 0; 3, 2, 0, 0; 3, 3, 2, 0, 0; 3, 3, 4, 0, 0, 0; 3, 3, 6, 1, 0, 0, 0; 3, 3, 6, 2, 0, 0, 0, 0; 3, 3, 6, 3, 3, 0, 0, 0, 0; 3, 3, 6, 3, 6, 0, 0, 0, 0, 0; 3, 3, 6, 3, 9, 2, 0, 0, 0, 0, 0; 3, 3, 6, 3, 9, 4, 0, 0, 0, 0, 0, 0; 3, 3, 6, 3, 9, 6, 3, 0, 0, 0, 0, 0, 0; 3, 3, 6, 3, 9, 6, 6, 0, 0, 0, 0, 0, 0, 0; 3, 3, 6, 3, 9, 6, 9, 1, 0, 0, 0, 0, 0, 0, 0; 3, 3, 6, 3, 9, 6, 9, 2, 0, 0, 0, 0, 0, 0, 0, 0; 3, 3, 6, 3, 9, 6, 9, 3, 4, 0, 0, 0, 0, 0, 0, 0, 0; 3, 3, 6, 3, 9, 6, 9, 3, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0; 3, 3, 6, 3, 9, 6, 9, 3, 12, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0; ...
Formula
Triangle read by rows, Q*R*S; where Q = an infinite lower triangular matrix with all 1's, R = the generator for A002487, and S = a diagonalized variant of A002487 (nonzero terms of A002487 as the right diagonal and the rest zeros). R, the generator for A002487 is an irregular lower triangular matrix with (1, 1, 1, 0, 0, 0,...) in each column; but each successive column for k>0 is shifted down twice from the previous column.
Comments