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 A250774 #8 Nov 19 2018 09:13:45 %S A250774 288,514,820,1234,1812,2666,4020,6322,10468,18250,33252,62642,120756, %T A250774 236266,466516,926194,1844676,3680714,7351812,14692978,29374228, %U A250774 58735594,117457140,234898994,469781412,939544906,1879070500,3758120242 %N A250774 Number of (6+1) X (n+1) 0..1 arrays with nondecreasing 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 A250774 R. H. Hardin, <a href="/A250774/b250774.txt">Table of n, a(n) for n = 1..210</a> %F A250774 Empirical: a(n) = 5*a(n-1) - 9*a(n-2) + 7*a(n-3) - 2*a(n-4); a(n) = 28*2^(n-1) + 26*n^2 + 120*n + 114. %F A250774 Empirical g.f.: 2*x*(144 - 463*x + 421*x^2 - 128*x^3) / ((1 - x)^3*(1 - 2*x)). - _Colin Barker_, Nov 19 2018 %e A250774 Some solutions for n=4: %e A250774 ..0..0..0..0..0....1..0..0..0..0....1..0..0..0..0....0..0..1..1..0 %e A250774 ..1..1..1..1..1....1..1..1..1..1....1..0..0..0..0....0..0..1..1..0 %e A250774 ..1..1..1..1..1....0..0..0..0..0....1..1..1..1..1....0..0..1..1..0 %e A250774 ..1..1..1..1..1....1..1..1..1..1....0..0..0..0..0....0..0..1..1..0 %e A250774 ..1..1..1..1..1....0..0..0..0..0....1..1..1..1..1....0..0..1..1..1 %e A250774 ..0..0..0..0..0....0..0..0..0..0....0..0..0..0..0....0..0..1..1..1 %e A250774 ..0..0..0..1..1....0..0..0..1..1....0..0..0..0..0....0..0..1..1..1 %Y A250774 Row 6 of A250769. %K A250774 nonn %O A250774 1,1 %A A250774 _R. H. Hardin_, Nov 27 2014