A143267 Triangle read by rows, A130207 * A000012 * A127648.
1, 1, 2, 2, 4, 6, 2, 4, 6, 8, 4, 8, 12, 16, 20, 2, 4, 6, 8, 10, 12, 6, 12, 18, 24, 30, 36, 42, 4, 8, 12, 16, 20, 24, 28, 32, 6, 12, 18, 24, 30, 36, 42, 48, 54, 4, 8, 12, 16, 20, 24, 28, 32, 36, 40, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100
Offset: 1
Examples
First few rows of the triangle = 1; 1, 2; 2, 4, 6; 2, 4, 6, 8; 4, 8, 12, 16, 20; 2, 4, 6, 8, 10, 12; 6, 12, 18, 24, 30, 36, 42; 4, 8, 12, 16, 20, 24, 28, 32; ... Row 5 = (4, 8, 12, 16, 20) since the first terms of phi(5) = 4; so we perform (4*1, 4*2, 4*3, 4*4, 4*5).
Comments