OFFSET
1,7
COMMENTS
The monotonicity condition requires that M_{(i+1),j} = M_{i,j} + (0 or 1); M_{i,(j+1)} = M_{i,j} + (0 or 1).
These matrices can be cut into three connected pieces, containing the 0's, 1's, and 2's; there are two vertex-disjoint paths from the north-and-east edges of the matrix to the south-and-west edges.
Row (or column) n >= 1 has a linear recurrence (with constant coefficients) of order 2n+1. - Alois P. Heinz, Feb 07 2019
REFERENCES
D. E. Knuth, Email to N. J. A. Sloane, Feb 05 2019.
LINKS
Alois P. Heinz, Antidiagonals n = 1..80, flattened
EXAMPLE
Array begins:
0 0 1 3 6 10 ...
0 0 4 16 41 85 ...
1 4 25 94 266 632 ...
3 16 94 386 1247 3423 ...
6 41 266 1247 4657 14795 ...
10 85 632 3427 14795 54219 ...
...
The 4 examples when m=2 and n=3 are
011 011 012 012
012 112 012 112
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
N. J. A. Sloane, Feb 06 2019
EXTENSIONS
More terms from Alois P. Heinz, Feb 07 2019
STATUS
approved