OFFSET
1,3
COMMENTS
EXAMPLE
First few rows of the triangle:
1;
1, 2;
1, 0, 4;
1, 2, 0, 5;
1, 0, 0, 0, 9;
1, 2, 4, 0, 0, 7;
1, 0, 0, 0, 0, 0, 15;
1, 2, 0, 5, 0, 0, 0, 12;
...
Example: The divisors of 8 are (1, 2, 4, 8) so row 8 = (1, 2, 0, 5, 0, 0, 0, 12).
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, Aug 29 2008
EXTENSIONS
Diagonal sequence corrected to A116477 by Georg Fischer, Jun 27 2023
STATUS
approved