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 A208065 #8 Jun 27 2018 06:15:47 %S A208065 10,100,240,576,1008,1764,2688,4096,5760,8100,10800,14400,18480,23716, %T A208065 29568,36864,44928,54756,65520,78400,92400,108900,126720,147456, %U A208065 169728,195364,222768,254016,287280,324900,364800,409600,456960,509796,565488 %N A208065 Number of n X 4 0..1 arrays avoiding 0 0 0 and 1 1 1 horizontally and 0 0 1 and 0 1 1 vertically. %C A208065 Column 4 of A208069. %H A208065 R. H. Hardin, <a href="/A208065/b208065.txt">Table of n, a(n) for n = 1..210</a> %F A208065 Empirical: a(n) = 2*a(n-1) + 2*a(n-2) - 6*a(n-3) + 6*a(n-5) - 2*a(n-6) - 2*a(n-7) + a(n-8) for n>9. %F A208065 Conjectures from _Colin Barker_, Jun 27 2018: (Start) %F A208065 G.f.: 2*x*(5 + 40*x + 10*x^2 - 22*x^3 - 12*x^4 - 12*x^5 + 10*x^6 + 10*x^7 - 5*x^8) / ((1 - x)^5*(1 + x)^3). %F A208065 a(n) = n^2*(n + 8)^2/4 for n>1 and even. %F A208065 a(n) = (n - 1)*(n + 1)*(n + 7)*(n + 9)/4 for n>1 and odd. %F A208065 (End) %e A208065 Some solutions for n=4: %e A208065 ..0..1..1..0....1..1..0..1....0..1..0..0....0..0..1..0....1..1..0..1 %e A208065 ..1..1..0..1....0..0..1..0....0..0..1..0....1..1..0..0....1..1..0..1 %e A208065 ..0..1..0..0....0..1..0..1....0..1..0..0....0..0..1..0....1..1..0..1 %e A208065 ..1..0..0..1....0..0..1..0....0..0..1..0....1..1..0..0....1..0..0..1 %Y A208065 Cf. A208069. %K A208065 nonn %O A208065 1,1 %A A208065 _R. H. Hardin_, Feb 23 2012