Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #18 Aug 30 2017 17:54:32
%S 1,1,2,1,3,2,1,4,4,3,1,5,7,8,3,1,6,11,19,10,4,1,7,16,41,32,16,4,1,8,
%T 23,81,101,68,20,5
%N Array read by antidiagonals: number of inequivalent m X n (0,1)-matrices under permutation of rows and permutation and/or complementation of columns.
%H M. A. Harrison, <a href="http://dx.doi.org/10.1109/T-C.1973.223649">On the number of classes of binary matrices</a>, IEEE Trans. Computers, 22 (1973), 1048-1051. See Table II.
%H M. A. Harrison, <a href="/A000711/a000711.pdf">On the number of classes of binary matrices</a>, IEEE Transactions on Computers, C-22.12 (1973), 1048-1052. (Annotated scanned copy)
%e The first few antidiagonals are:
%e 1,
%e 1,2,
%e 1,3,2,
%e 1,4,4,3,
%e 1,5,7,8,3,
%e 1,6,11,19,10,4,
%e 1,7,16,41,32,16,4,
%e 1,8,23,81,101,68,20,5,
%e ...
%Y For some rows, columns, diagonals see A006380, A006281, A006382, A006383.
%Y The second row of the array starts 2,4,7,11,16,23, which does not identify it uniquely.
%K nonn,tabl,more
%O 1,3
%A _N. J. A. Sloane_, Jun 27 2015