A340527 Triangle read by rows: T(n,k) = A024916(n-k+1)*A000041(k-1), 1 <= k <= n.
1, 4, 1, 8, 4, 2, 15, 8, 8, 3, 21, 15, 16, 12, 5, 33, 21, 30, 24, 20, 7, 41, 33, 42, 45, 40, 28, 11, 56, 41, 66, 63, 75, 56, 44, 15, 69, 56, 82, 99, 105, 105, 88, 60, 22, 87, 69, 112, 123, 165, 147, 165, 120, 88, 30, 99, 87, 138, 168, 205, 231, 231, 225, 176, 120, 42, 127, 99, 174
Offset: 1
Examples
Triangle begins: 1; 4, 1; 8, 4, 2; 15, 8, 8, 3; 21, 15, 16, 12, 5; 33, 21, 30, 24, 20, 7; 41, 33, 42, 45, 40, 28, 11; 56, 41, 66, 63, 75, 56, 44, 15; 69, 56, 82, 99, 105, 105, 88, 60, 22; 87, 69, 112, 123, 165, 147, 165, 120, 88, 30; 99, 87, 138, 168, 205, 231, 231, 225, 176, 120, 42; ... For n = 6 the calculation of every term of row 6 is as follows: -------------------------- k A000041 T(6,k) 1 1 * 33 = 33 2 1 * 21 = 21 3 2 * 15 = 30 4 3 * 8 = 24 5 5 * 4 = 20 6 7 * 1 = 7 . A024916 -------------------------- The sum of row 6 is 33 + 21 + 30 + 24 + 20 + 7 = 135, equaling A182738(6).
Comments