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 #4 Mar 31 2012 12:35:14
%S 1,1,1,1,1,1,1,1,1,1,33,13,357,57,3654,277,39873,2427,687008,27961,
%T 15511627,440433,608333563,11044775,33683651469,365499077
%N Number of n X n binary arrays symmetric under horizontal and vertical reflection with all ones connected only in a 01000-11111-01000 pattern in any orientation.
%e Maximal 11 X 11 example
%e .0.0.0.1.0.0.0.1.0.0.0
%e .1.1.1.1.1.0.1.1.1.1.1
%e .0.0.0.1.0.0.0.1.0.0.0
%e .0.0.0.0.0.0.0.0.0.0.0
%e .0.0.0.1.0.0.0.1.0.0.0
%e .1.1.1.1.1.0.1.1.1.1.1
%e .0.0.0.1.0.0.0.1.0.0.0
%e .0.0.0.0.0.0.0.0.0.0.0
%e .0.0.0.1.0.0.0.1.0.0.0
%e .1.1.1.1.1.0.1.1.1.1.1
%e .0.0.0.1.0.0.0.1.0.0.0
%K nonn
%O 1,11
%A _R. H. Hardin_, Nov 04 2008