A305325 Irregular triangle read by rows T(n, k), n >= 1 and 1 <= k <= A305215(n): T(n, k) is the k-th positive number with largest prime power factor equal to A000961(n).
1, 2, 3, 6, 4, 12, 5, 10, 15, 20, 30, 60, 7, 14, 21, 28, 35, 42, 70, 84, 105, 140, 210, 420, 8, 24, 40, 56, 120, 168, 280, 840, 9, 18, 36, 45, 63, 72, 90, 126, 180, 252, 315, 360, 504, 630, 1260, 2520, 11, 22, 33, 44, 55, 66, 77, 88, 99, 110, 132, 154, 165
Offset: 1
Examples
Triangle begins: 1: [1] 2: [2] 3: [3, 6] 4: [4, 12] 5: [5, 10, 15, 20, 30, 60] 6: [7, 14, 21, 28, 35, 42, 70, 84, 105, 140, 210, 420] 7: [8, 24, 40, 56, 120, 168, 280, 840] 8: [9, 18, 36, 45, 63, 72, 90, 126, 180, 252, 315, 360, 504, 630, 1260, 2520]
Links
Programs
-
PARI
See Links section.
Comments