OFFSET
1,6
COMMENTS
Right border = phi(n): (1, 1, 2, 2, 4, 2, 6, 4, 6, 4, 10,...).
Row sums = A125728: (1, 2, 4, 5, 10, 7, 18, 16, 23,...) = the number of positive integers less <=k coprime to both k and n.
FORMULA
EXAMPLE
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;
...
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, Sep 19 2008
STATUS
approved