OFFSET
0,18
COMMENTS
An n-regular set-system is a finite set of nonempty sets in which each element appears in n blocks.
A set-system is T_0 if for every two distinct elements there exists a block containing one but not the other element.
A(n,k) is the number of nonequivalent binary matrices with k distinct columns and any number of distinct nonzero rows with n ones in every column up to permutation of rows and columns.
EXAMPLE
Array begins:
=================================
n\k | 0 1 2 3 4 5 6 7
----+----------------------------
0 | 1 1 0 0 0 0 0 0 ...
1 | 1 1 1 1 1 1 1 1 ...
2 | 1 0 1 3 6 15 42 109 ...
3 | 1 0 0 3 19 141 1571 ...
4 | 1 0 0 1 29 769 ...
5 | 1 0 0 0 23 ...
...
The A(2,3) = 3 matrices are:
[1 1 1] [1 1 0] [1 1 0]
[1 0 0] [1 0 1] [1 0 1]
[0 1 0] [0 1 0] [0 1 1]
[0 0 1] [0 0 1]
CROSSREFS
KEYWORD
AUTHOR
Andrew Howroyd, Jan 18 2020
STATUS
approved
