A144379 Triangle read by rows, first n terms of an array formed by A054521 * A054521(transform).
1, 1, 1, 1, 1, 2, 1, 1, 1, 2, 1, 1, 2, 2, 4, 1, 1, 1, 1, 1, 2, 1, 1, 2, 2, 4, 2, 6, 1, 1, 1, 2, 2, 2, 3, 4, 1, 1, 2, 1, 3, 2, 4, 3, 6, 1, 1, 1, 2, 2, 1, 2, 3, 2, 4, 1, 1, 2, 2, 4, 2, 6, 4, 6, 4, 10, 1, 1, 1, 1, 1, 2, 2, 3, 3, 2, 3, 4, 1, 1, 2, 2, 4, 2, 6, 4, 6, 4, 10, 4, 12, 1, 1, 1, 2, 2, 2, 3, 3, 2, 3, 4, 3, 5
Offset: 1
Examples
A054521 * A054521(transform) = 1, 1, 1, 1, 1, 1, 1,... 1, 1, 1, 1, 1, 1, 1,... 1, 1, 2, 1, 2, 1, 2,... 1, 1, 1, 2, 2, 1, 2,... 1, 1, 2, 2, 4, 1, 4,... ... Then extract the lower half of the array including the diagonal, A000010, phi(n); getting triangle A144379: 1; 1, 1; 1, 1, 2 1, 1, 1, 2; 1, 1, 2, 2, 4; 1, 1, 1, 1, 1, 2; 1, 1, 2, 2, 4, 2, 6; 1, 1, 1, 2, 2, 2, 3, 4; 1, 1, 2, 1, 3, 2, 4, 3, 6; 1, 1, 1, 2, 2, 1, 2, 3, 2, 4; 1, 1, 2, 2, 4, 2, 6, 4, 6, 4, 10; ...
Comments