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 #8 Jun 06 2018 05:40:57
%S 188,2882,45056,706454,11081828,173848010,2727300008,42785526110,
%T 671213931980,10529919897938,165192062569424,2591512360153766,
%U 40655320900906676,637795575671145050,10005657004627715960
%N Number of (n+1) X 4 0..2 arrays with every 2 X 2 subblock having equal diagonal elements or equal antidiagonal elements, and new values 0..2 introduced in row major order.
%C Column 3 of A204076.
%H R. H. Hardin, <a href="/A204071/b204071.txt">Table of n, a(n) for n = 1..210</a>
%F Empirical: a(n) = 20*a(n-1) - 73*a(n-2) + 86*a(n-3) - 32*a(n-4).
%F Empirical g.f.: 2*x*(94 - 439*x + 570*x^2 - 224*x^3) / ((1 - x)*(1 - 19*x + 54*x^2 - 32*x^3)). - _Colin Barker_, Jun 06 2018
%e Some solutions for n=4:
%e ..0..1..0..2....0..0..0..0....0..0..0..1....0..0..1..2....0..0..0..1
%e ..2..0..0..0....0..1..0..1....2..0..1..1....0..2..0..1....2..0..1..0
%e ..2..2..0..1....1..2..1..2....2..2..0..1....2..1..2..0....0..2..0..1
%e ..2..1..2..0....1..1..2..2....1..2..2..0....2..2..1..2....2..0..0..0
%e ..1..2..2..2....1..2..1..2....1..1..2..2....0..2..2..2....2..2..0..1
%Y Cf. A204076.
%K nonn
%O 1,1
%A _R. H. Hardin_, Jan 10 2012