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 A251148 #16 Nov 26 2018 16:16:51 %S A251148 853,1075,1413,1987,2925,4491,7101,11491,18917,31587,53389,91275, %T A251148 157789,275843,487717,872259,1577901,2886539,5337725,9971363,18803813, %U A251148 35765155,68549453,132276107,256749085,500872771,981317541,1929582211,3805684077 %N A251148 Number of (n+1) X (7+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 A251148 R. H. Hardin, <a href="/A251148/b251148.txt">Table of n, a(n) for n = 1..210</a> %F A251148 Empirical: a(n) = 3*a(n-1) - 5*a(n-3) + a(n-4) + 2*a(n-5). %F A251148 Empirical g.f.: x*(853 - 1484*x - 1812*x^2 + 2013*x^3 + 1486*x^4) / ((1 - x)*(1 + x)*(1 - 2*x)*(1 - x - x^2)). - _Colin Barker_, Nov 26 2018 %e A251148 Some solutions for n=4: %e A251148 ..1..0..1..1..1..1..2..1....2..0..2..0..1..0..1..1....0..1..1..0..1..2..1..1 %e A251148 ..2..1..2..0..2..0..1..0....1..1..1..1..2..1..2..0....2..1..1..2..1..0..1..1 %e A251148 ..1..0..1..1..1..1..2..1....2..0..2..0..1..0..1..1....0..1..1..0..1..2..1..1 %e A251148 ..1..2..1..1..1..1..0..1....1..1..1..1..2..1..2..0....2..1..1..2..1..0..1..1 %e A251148 ..1..0..1..1..1..1..2..1....2..0..2..0..1..0..1..1....0..1..1..0..1..2..1..1 %Y A251148 Column 7 of A251149. %K A251148 nonn %O A251148 1,1 %A A251148 _R. H. Hardin_, Nov 30 2014