login
Number of n X n binary matrices M with rows in strictly increasing order and rows of M*Mtranspose (mod 2) in strictly decreasing order
0

%I #3 Dec 18 2015 18:17:27

%S 2,3,9,58,1991,177193,50841045,40797077296

%N Number of n X n binary matrices M with rows in strictly increasing order and rows of M*Mtranspose (mod 2) in strictly decreasing order

%C Diagonal of A181274

%e M and M*Mtranspose (mod 2) for 4X4

%e ..0..0..1..0......1..1..0..0

%e ..0..1..1..0......1..0..0..0

%e ..1..0..0..0......0..0..1..1

%e ..1..0..0..1......0..0..1..0

%K nonn

%O 1,1

%A _R. H. Hardin_ Oct 10 2010