A347699 Triangle read by rows: For n >= 1, 0 <= k <= n-1, T(n,k) = 0 if k=0, otherwise the number of inequivalent k X (n-k) 0,1 matrices having at least one 1 in each column.
1, 1, 1, 1, 1, 2, 1, 1, 4, 3, 1, 1, 6, 9, 4, 1, 1, 9, 23, 17, 5
Offset: 1
Examples
Triangle begins: 1; 1, 1; 1, 1, 2; 1, 1, 4, 3; 1, 1, 6, 9, 4; 1, 1, 9, 23, 17, 5; ...
Links
- H. Sharp, Jr., Enumeration of vacuously transitive relations, Discrete Math. 4 (1973), 185-196.
Comments