OFFSET
1,3
EXAMPLE
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).
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, Aug 03 2008
STATUS
approved