OFFSET
0,2
COMMENTS
These are matrices with no [0,1] or [3] submatrices.
[2]
LINKS
John Tyler Rascoe, Python program.
FORMULA
a(n) <= A060757(n).
EXAMPLE
The 3 X 3 matrices below are counted under a(3) = 107080:
[0,0,0] [1,0,2] [2,3,2]
[0,0,0] [1,0,3] [3,3,3]
[0,0,0],[0,2,3],[3,3,3].
PROG
(Python)
# see links
CROSSREFS
KEYWORD
nonn
AUTHOR
John Tyler Rascoe, Apr 20 2025
EXTENSIONS
a(5)-a(10) from Bert Dobbelaere, Apr 23 2025
STATUS
approved
