OFFSET
1,2
COMMENTS
EXAMPLE
Triangle begins:
1;
2, 1, 1;
3, 2, 2, 1, 1, 1;
4, 3, 3, 2, 2, 2, 1, 1, 1, 1;
5, 4, 4, 3, 3, 3, 2, 2, 2, 2, 1, 1, 1, 1, 1;
6, 5, 5, 4, 4, 4, 3, 3, 3, 3, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1;
...
For n = 6 the divisors of the terms of the 6th row of triangle are:
6, 5, 5, 4, 4, 4, 3, 3, 3, 3, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1;
3, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1;
2, 1, 1, 1;
1;
CROSSREFS
KEYWORD
nonn,tabf
AUTHOR
Omar E. Pol, Jun 08 2021
STATUS
approved