A144021 Eigentriangle by rows, T(n,k) = A000034(n-k+1)*A105476(k-1).
1, 2, 1, 1, 2, 3, 2, 1, 6, 6, 1, 2, 3, 12, 15, 2, 1, 6, 6, 30, 33, 1, 2, 3, 12, 15, 66, 78, 2, 1, 6, 6, 30, 33, 156, 177, 1, 2, 3, 12, 15, 66, 78, 354, 411, 2, 1, 6, 6, 30, 33, 156, 177, 822, 942
Offset: 1
Keywords
Examples
First few rows of the triangle = 1; 2, 1; 1, 2, 3 2, 1, 6, 6 1, 2, 3, 12, 15 2, 1, 6, 6, 30, 33; 1, 2, 3, 12, 15, 66, 78 2, 1, 6, 6, 30, 33, 156, 177; 1, 2, 3, 12, 15, 66, 78, 354, 411; ... Row 4 = (2, 1, 6, 6) = termwise product of (2, 1, 2, 1) and (1, 1, 3, 6) = (2*1, 1*1, 2*3, 1*6).
Comments