This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A207730 #8 Mar 05 2018 14:47:40 %S A207730 6,36,78,169,611,2209,6016,16384,51840,164025,478305,1394761,4249238, %T A207730 12945604,38516590,114597025,345332595,1040643081,3114412896, %U A207730 9320743936,27998628896,84105220081,252138754753,755885919889,2268515874246 %N A207730 Number of 3 X n 0..1 arrays avoiding 0 0 0 and 0 1 0 horizontally and 0 1 1 and 1 0 1 vertically. %C A207730 Row 3 of A207729. %H A207730 R. H. Hardin, <a href="/A207730/b207730.txt">Table of n, a(n) for n = 1..210</a> %F A207730 Empirical: a(n) = 2*a(n-1) + 5*a(n-3) + 22*a(n-4) - 24*a(n-5) - 15*a(n-6) - 36*a(n-8) + 27*a(n-9). %F A207730 Empirical g.f.: x*(6 + 24*x + 6*x^2 - 17*x^3 - 39*x^4 - 51*x^5 - 9*x^6 - 9*x^7 + 27*x^8) / ((1 - 3*x)*(1 + x - x^2)*(1 + x^2)*(1 + 3*x^2 - 9*x^4)). - _Colin Barker_, Mar 05 2018 %e A207730 Some solutions for n=4: %e A207730 ..1..0..1..1....0..1..1..1....0..0..1..1....1..1..1..1....0..1..1..1 %e A207730 ..0..0..1..1....1..1..1..1....1..1..1..1....0..0..1..1....0..1..1..1 %e A207730 ..0..1..1..1....0..0..1..1....0..0..1..1....0..0..1..1....0..0..1..1 %Y A207730 Cf. A207729. %K A207730 nonn %O A207730 1,1 %A A207730 _R. H. Hardin_, Feb 19 2012