%I #7 Oct 27 2018 11:32:53
%S 4,10,38,90,366,878,3606,8666,35602,85550,351418,844394,3468498,
%T 8334126,34233910,82257450,337887294,811877790,3334934438,8013202282,
%U 32915673442,79089995358,324876418346,780615181818,3206517628418,7704641519326
%N Number of 2 X n 0..3 arrays with no element equal to zero plus the sum of elements to its left or two plus the sum of the elements above it or zero plus the sum of the elements diagonally to its northwest, modulo 4.
%H R. H. Hardin, <a href="/A240382/b240382.txt">Table of n, a(n) for n = 1..210</a>
%F Empirical: a(n) = 12*a(n-2) - 24*a(n-4) + 31*a(n-6) - 16*a(n-8).
%F Empirical g.f.: 2*x*(1 - x)*(2 + 7*x + 2*x^2 - 13*x^3 - 10*x^4 + 9*x^5 + 10*x^6) / (1 - 12*x^2 + 24*x^4 - 31*x^6 + 16*x^8). - _Colin Barker_, Oct 27 2018
%e Some solutions for n=4:
%e ..3..1..3..1....3..1..3..1....1..3..1..3....1..3..1..3....3..1..3..1
%e ..3..2..2..2....2..0..0..1....1..3..2..3....2..3..2..0....3..2..3..2
%Y Row 2 of A240381.
%K nonn
%O 1,1
%A _R. H. Hardin_, Apr 04 2014