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 A250655 #7 Nov 15 2018 14:03:47 %S A250655 81,169,345,697,1401,2809,5625,11257,22521,45049,90105,180217,360441, %T A250655 720889,1441785,2883577,5767161,11534329,23068665,46137337,92274681, %U A250655 184549369,369098745,738197497,1476395001,2952790009,5905580025 %N A250655 Number of (n+1) X (7+1) 0..1 arrays with nondecreasing x(i,j)-x(i,j-1) in the i direction and nondecreasing min(x(i,j),x(i-1,j)) in the j direction. %H A250655 R. H. Hardin, <a href="/A250655/b250655.txt">Table of n, a(n) for n = 1..210</a> %F A250655 Empirical: a(n) = 3*a(n-1) - 2*a(n-2); also a(n) = 2^(n-1)*49 + (5*2^(n-1)-1)*7 +2^(n+1). %F A250655 Empirical g.f.: x*(81 - 74*x) / ((1 - x)*(1 - 2*x)). - _Colin Barker_, Nov 15 2018 %e A250655 Some solutions for n=4: %e A250655 ..1..1..0..0..0..0..0..0....1..1..1..1..0..0..0..0....1..1..1..1..0..0..0..0 %e A250655 ..0..0..0..0..0..0..0..0....0..0..0..0..0..0..0..0....0..0..0..0..0..0..0..0 %e A250655 ..0..0..0..0..1..1..1..1....0..0..0..1..1..1..1..1....1..1..1..1..1..1..1..1 %e A250655 ..0..0..0..0..1..1..1..1....0..0..0..1..1..1..1..1....1..1..1..1..1..1..1..1 %e A250655 ..0..0..0..0..1..1..1..1....0..0..0..1..1..1..1..1....0..0..0..0..0..1..1..1 %Y A250655 Column 7 of A250656. %K A250655 nonn %O A250655 1,1 %A A250655 _R. H. Hardin_, Nov 26 2014