A143965 Factorial eigentriangle: A119502 * (A051295 *0^(n-k)); 0 <= k <= n.
1, 1, 1, 2, 1, 2, 6, 2, 2, 5, 24, 6, 4, 5, 15, 120, 24, 12, 10, 15, 54, 720, 120, 48, 30, 30, 54, 235, 5040, 720, 240, 120, 90, 108, 235, 1237, 40320, 5040, 1440, 600, 360, 324, 470, 1237, 7790
Offset: 0
Examples
First few rows of the triangle: 1; 1, 1; 2, 1, 2; 6, 2, 2, 5; 24, 6, 4, 5, 15; 120, 24, 12, 10, 15, 54; 720, 120, 48, 30, 30, 54, 235; 5040, 720, 240, 120, 90, 108, 235, 1737; ... Example: Row 3 = (6, 2, 2, 5) = termwise products of row 3 terms of triangle A119502 (6, 2, 1, 1) and the first four terms of (1, 1, 2, 5, ...) = (6*1, 2*1, 1*2, 1*5).
Comments