OFFSET
1,2
COMMENTS
a(n) is the number of nonequivalent binary matrices with 3 distinct columns and any number of nonzero rows with n ones in every column up to permutation of rows and columns.
EXAMPLE
The a(2) = 5 set systems are:
{{1,2}, {3,4}, {5,6}},
{{1,2}, {1,3}, {4,5}},
{{1,2}, {1,3}, {1,4}},
{{1,2}, {1,3}, {2,4}},
{{1,2}, {1,3}, {2,3}}.
.
These correspond to the following matrices:
[1 0 0] [1 1 0] [1 1 1] [1 1 0] [1 1 0]
[1 0 0] [1 0 0] [1 0 0] [1 0 1] [1 0 1]
[0 1 0] [0 1 0] [0 1 0] [0 1 0] [0 1 1]
[0 1 0] [0 0 1] [0 0 1] [0 0 1]
[0 0 1] [0 0 1]
[0 0 1]
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Andrew Howroyd, Jan 31 2020
STATUS
approved