OFFSET
1,3
EXAMPLE
Rows with power sets of set of divisors of n (without nonempty sets):
{1};
{1}, {2}, {1, 2};
{1}, {3}, {1, 3};
{1}, {2}, {4}, {1, 2}, {1, 4}, {2, 4}, {1, 2, 4};
...
Rows with the sums of elements of these subsets:
1;
1, 2, 3;
1, 3, 4;
1, 2, 4, 3, 5, 6, 7;
...
Concatenation: 1, 1, 2, 3, 1, 3, 4, 1, 2, 4, 3, 5, 6, 7, ...
CROSSREFS
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Feb 25 2017
STATUS
approved