A144157 Eigentriangle, row sums = A011782: (1, 1, 2, 4, 8, 16, ...).
1, 0, 1, 1, 0, 1, 1, 1, 0, 2, 2, 1, 1, 0, 4, 3, 2, 1, 2, 0, 8, 5, 3, 2, 2, 4, 0, 16, 8, 5, 3, 4, 4, 8, 0, 32, 13, 8, 5, 6, 8, 8, 16, 0, 64
Offset: 0
Examples
First few rows of the triangle: 1; 0, 1; 1, 0, 1; 1, 1, 0, 2; 2, 1, 1, 0, 4; 3, 2, 1, 2, 0, 8; 5, 3, 2, 2, 4, 0, 16; 8, 5, 3, 4, 4, 8, 0, 32; 13, 8, 5, 6, 8, 8, 16, 0, 64; ... Row 5 = (3, 2, 1, 2, 0, 8) = termwise product of (3, 2, 1, 1, 0, 1) and (1, 1, 1, 2, 4, 8) = (3*1, 2*1, 1*1, 1*2, 0*4, 1*8).
Comments