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 Apr 09 2014 18:51:58
%S 16,264,3147,38634,470170,5723270,69637692,847232955,10307784448,
%T 125409399932,1525791874675,18563527698251,225852928912285,
%U 2747836877644115,33431523541130644,406744219230779790
%N Number of nX5 0..1 arrays with no element equal to exactly three horizontal or vertical neighbors, with new values 0..1 introduced in row major order
%C Column 5 of A240636
%H R. H. Hardin, <a href="/A240633/b240633.txt">Table of n, a(n) for n = 1..210</a>
%e Some solutions for n=4
%e ..0..1..0..0..1....0..1..1..0..0....0..1..0..1..0....0..1..0..0..0
%e ..0..0..0..1..0....0..0..0..1..1....0..1..0..1..0....1..0..1..1..1
%e ..1..1..1..0..0....1..1..0..1..0....1..0..1..0..1....1..0..1..0..0
%e ..0..0..1..0..1....0..1..1..0..0....1..0..0..1..0....0..0..1..1..1
%K nonn
%O 1,1
%A _R. H. Hardin_, Apr 09 2014