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 A250801 #7 Nov 20 2018 11:41:02 %S A250801 140,490,1430,3776,9258,21610,48600,106426,228342,482496,1007546, %T A250801 2084962,4284032,8754018,17810278,36111264,73018218,147325946, %U A250801 296740456,596862762,1199199990,2407260800,4828861690,9680929586,19399411088 %N A250801 Number of (4+1) X (n+1) 0..1 arrays with nondecreasing min(x(i,j),x(i,j-1)) in the i direction and nondecreasing absolute value of x(i,j)-x(i-1,j) in the j direction. %H A250801 R. H. Hardin, <a href="/A250801/b250801.txt">Table of n, a(n) for n = 1..210</a> %F A250801 Empirical: a(n) = 4*a(n-1) - 2*a(n-2) - 9*a(n-3) + 9*a(n-4) + 6*a(n-5) - 8*a(n-6) -a(n-7) + 2*a(n-8). %F A250801 Empirical g.f.: 2*x*(70 - 35*x - 125*x^2 + 148*x^3 + 82*x^4 - 125*x^5 - 15*x^6 + 32*x^7) / ((1 - x)^3*(1 + x)^2*(1 - 2*x)*(1 - x - x^2)). - _Colin Barker_, Nov 20 2018 %e A250801 Some solutions for n=4: %e A250801 ..1..0..0..1..0....0..0..0..0..1....0..1..0..0..1....1..0..1..0..1 %e A250801 ..1..0..0..0..1....0..0..0..0..1....0..1..0..1..0....0..1..0..1..0 %e A250801 ..1..0..0..1..0....0..0..0..0..1....0..1..0..1..0....1..0..1..0..1 %e A250801 ..1..0..0..1..0....0..0..0..1..0....0..0..1..0..1....1..0..1..0..1 %e A250801 ..1..0..0..1..1....0..0..0..1..1....0..0..0..1..0....1..0..0..1..0 %Y A250801 Row 4 of A250797. %K A250801 nonn %O A250801 1,1 %A A250801 _R. H. Hardin_, Nov 27 2014