A178882 Triangle T(n,k) = n!* A036040(n,k) read by rows, 1 <= k <= A000041(n).
1, 2, 2, 6, 18, 6, 24, 96, 72, 144, 24, 120, 600, 1200, 1200, 1800, 1200, 120, 720, 4320, 10800, 7200, 10800, 43200, 10800, 14400, 32400, 10800, 720, 5040, 35280, 105840, 176400, 105840, 529200
Offset: 1
Examples
For row n = 4 the calculations are (1 4 3 6 1) times (24 24 24 24 24 ) yielding (24 96 72 144 24) which sums to A137341(4) = 360. Row n has A000041(n) entries: 1; 2,2; 6,18,6; 24,96,72,144,24; 120,600,1200,1200,1800,1200,120; 720,4320,10800,7200,10800,43200,10800,14400,32400,10800,720;
Comments