login
Number of n X n binary arrays with all ones connected only in a 0100-1111-0100 pattern in any orientation.
0

%I #4 Mar 31 2012 12:35:10

%S 1,1,1,9,25,125,1331,18779,389231,11969301,573650431,41782304071,

%T 4475707668912,731606853804073,181071469572900858

%N Number of n X n binary arrays with all ones connected only in a 0100-1111-0100 pattern in any orientation.

%e Maximal 8 X 8 example

%e .0.1.0.0.0.0.0.0

%e .1.1.1.1.0.0.0.0

%e .0.1.0.0.0.0.1.0

%e .0.0.0.0.0.1.1.1

%e .0.1.0.0.1.0.1.0

%e .1.1.1.0.1.0.1.0

%e .0.1.0.1.1.1.0.0

%e .0.1.0.0.1.0.0.0

%K nonn

%O 1,4

%A _R. H. Hardin_