A144155 Bell convolution triangle, T(n,k) = A000110(n-k)*A000110(k).
1, 1, 1, 2, 1, 2, 5, 2, 2, 5, 15, 5, 4, 5, 15, 52, 15, 10, 10, 15, 52, 203, 52, 30, 25, 30, 52, 203, 877, 203, 104, 75, 75, 104, 203, 877, 4140, 877, 406, 260, 225, 260, 406, 877, 4140, 21147, 4140, 1754, 1015, 780, 780, 1015, 1754, 4140, 21147
Offset: 0
Examples
First few rows of the triangle = 1; 1, 1; 2, 1, 2; 5, 2, 2, 5; 15, 5, 4, 5, 15; 52, 15, 10, 10, 15, 52; 203, 52, 30, 25, 30, 52, 203; ... Row 3 = (5, 2, 2, 5) = termwise products of (1, 1, 2, 5) and (5, 2, 1, 1) = (5*1, 1*2, 2*1, 5*1).
Extensions
More terms from Philippe Deléham, Jan 29 2012
Comments