OFFSET
1,6
LINKS
Peter Kagey, Table of n, a(n) for n = 1..10011 (first 141 rows, flattened)
EXAMPLE
For n = 3, the weakly decreasing nonnegative integer sequences of length 3 listed in lexicographic order are (0,0,0), (1,0,0), (1,1,0), (1,1,1), (2,0,0), (2,1,0), (2,1,1), ....
The sums of these sequences correspond to row 3.
The table begins:
1 | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, ...
2 | 0, 1, 2, 2, 3, 4, 3, 4, 5, 6, 4, 5, 6, 7, 8, ...
3 | 0, 1, 2, 3, 2, 3, 4, 4, 5, 6, 3, 4, 5, 5, 6, ...
4 | 0, 1, 2, 3, 4, 2, 3, 4, 5, 4, 5, 6, 6, 7, 8, ...
5 | 0, 1, 2, 3, 4, 5, 2, 3, 4, 5, 6, 4, 5, 6, 7, ...
6 | 0, 1, 2, 3, 4, 5, 6, 2, 3, 4, 5, 6, 7, 4, 5, ...
7 | 0, 1, 2, 3, 4, 5, 6, 7, 2, 3, 4, 5, 6, 7, 8, ...
8 | 0, 1, 2, 3, 4, 5, 6, 7, 8, 2, 3, 4, 5, 6, 7, ...
9 | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 2, 3, 4, 5, 6, ...
10 | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 2, 3, 4, 5, ...
11 | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 2, 3, 4, ...
12 | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 2, 3, ...
...| ...
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Peter Kagey, May 24 2022
STATUS
approved