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 #16 Nov 26 2018 11:23:52
%S 53,87,143,247,433,777,1413,2607,4863,9167,17433,33417,64493,125207,
%T 244303,478727,941473,1857097,3672373,7277087,14444703,28712287,
%U 57137993,113812297,226874333,452534727,903105263,1803032407,3600922513
%N Number of (n+1) X (3+1) 0..2 arrays with every 2 X 2 subblock summing to 4 and no 2 X 2 subblock having exactly two nonzero entries.
%H R. H. Hardin, <a href="/A251144/b251144.txt">Table of n, a(n) for n = 1..210</a>
%F Empirical: a(n) = 3*a(n-1) - 5*a(n-3) + a(n-4) + 2*a(n-5)..
%F Empirical g.f.: x*(53 - 72*x - 118*x^2 + 83*x^3 + 74*x^4) / ((1 - x)*(1 + x)*(1 - 2*x)*(1 - x - x^2)). - _Colin Barker_, Nov 26 2018
%e Some solutions for n=4:
%e ..2..1..1..0....0..1..1..1....1..1..1..1....1..0..2..1....0..1..0..1
%e ..1..0..2..1....1..2..0..2....1..1..1..1....2..1..1..0....2..1..2..1
%e ..2..1..1..0....0..1..1..1....2..0..2..0....0..1..1..2....0..1..0..1
%e ..1..0..2..1....2..1..1..1....1..1..1..1....1..2..0..1....1..2..1..2
%e ..2..1..1..0....0..1..1..1....1..1..1..1....0..1..1..2....0..1..0..1
%Y Column 3 of A251149.
%K nonn
%O 1,1
%A _R. H. Hardin_, Nov 30 2014