%I #8 Sep 26 2018 14:33:40
%S 2,8,40,176,808,3584,16368,72640,331648,1471872,6719936,29823488,
%T 136161152,604291584,2758934016,12244319232,55902265856,248097701888,
%U 1132706802688,5027022614528,22951211032576,101858889359360
%N Number of (n+1) X (2+1) white-square subarrays of 0..2 arrays with no element equal to a strict majority of its diagonal and antidiagonal neighbors, with values 0..2 introduced in row major order.
%H R. H. Hardin, <a href="/A231125/b231125.txt">Table of n, a(n) for n = 1..210</a>
%F Empirical: a(n) = 22*a(n-2) - 36*a(n-4) + 16*a(n-6).
%F Empirical g.f.: 2*x*(1 + 4*x - 2*x^2) / (1 - 22*x^2 + 36*x^4 - 16*x^6). - _Colin Barker_, Sep 26 2018
%e Some solutions for n=5:
%e ..0..x..1....0..x..0....0..x..1....0..x..0....0..x..1....0..x..0....0..x..1
%e ..x..2..x....x..1..x....x..2..x....x..1..x....x..2..x....x..1..x....x..2..x
%e ..1..x..2....2..x..0....2..x..0....0..x..2....1..x..2....1..x..1....0..x..0
%e ..x..1..x....x..1..x....x..1..x....x..0..x....x..1..x....x..2..x....x..2..x
%e ..2..x..0....2..x..0....2..x..0....2..x..0....0..x..0....2..x..0....0..x..2
%e ..x..2..x....x..0..x....x..0..x....x..2..x....x..2..x....x..0..x....x..0..x
%Y Column 2 of A231131.
%K nonn
%O 1,1
%A _R. H. Hardin_, Nov 04 2013