A143972 Eigentriangle by rows, A143971 * (A108300 * 0^(n-k)); 1<=k<=1.
1, 4, 1, 7, 4, 5, 10, 7, 20, 16, 13, 10, 35, 64, 53, 16, 13, 50, 112, 212, 175, 19, 16, 65, 160, 371, 700, 578, 22, 19, 80, 208, 530, 1225, 2312, 1909, 25, 28, 95, 256, 689, 1750, 4046, 7636, 6305, 28, 25, 110, 304, 848, 2275, 5780, 23363, 25220, 20824
Offset: 1
Examples
First few rows of the triangle = 1; 4, 1; 7, 4, 5; 10, 7, 10, 16; 13, 10, 35, 64, 53; 16, 13, 50, 112, 212, 175; 19, 16, 65, 160, 371, 700, 578; 22, 19, 80, 208, 530, 1225, 2312, 1909; 25, 22, 95, 256, 689, 1750, 4046, 7636, 6305; ... Example: row 4 = (10, 7, 20, 16) = termwise products of (10, 7, 4, 1) and (1, 1, 5, 16) = (10*1, 7*1, 4*5, 1*16), where (10, 7, 4, 1) = row 4 of triangle A143971.
Comments