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 A250753 #8 Nov 17 2018 20:55:18 %S A250753 402,1305,4182,13149,40722,124785,379662,1149669,3470442,10454265, %T A250753 31448742,94518189,283898562,852383745,2558527422,7678334709, %U A250753 23040509082,69132537225,207419631702,622302935229,1866996886002,5601166818705 %N A250753 Number of (n+1) X (6+1) 0..2 arrays with nondecreasing x(i,j)-x(i,j-1) in the i direction and nondecreasing x(i,j)+x(i-1,j) in the j direction. %H A250753 R. H. Hardin, <a href="/A250753/b250753.txt">Table of n, a(n) for n = 1..210</a> %F A250753 Empirical: a(n) = 6*a(n-1) - 11*a(n-2) + 6*a(n-3); a(n) = (357*3^n - 168*2^n + 69)/2. %F A250753 Empirical g.f.: 3*x*(134 - 369*x + 258*x^2) / ((1 - x)*(1 - 2*x)*(1 - 3*x)). - _Colin Barker_, Nov 17 2018 %e A250753 Some solutions for n=4: %e A250753 ..1..1..1..1..1..1..1....1..1..1..1..1..1..1....1..1..1..1..1..1..1 %e A250753 ..0..0..0..0..0..0..0....0..0..0..0..0..0..0....1..1..1..1..2..2..2 %e A250753 ..2..2..2..2..2..2..2....2..2..2..2..2..2..2....0..0..0..0..1..1..1 %e A250753 ..0..1..1..2..2..2..2....2..2..2..2..2..2..2....1..1..1..1..2..2..2 %e A250753 ..0..1..1..2..2..2..2....0..0..0..0..0..0..1....0..0..0..1..2..2..2 %Y A250753 Column 6 of A250755. %K A250753 nonn %O A250753 1,1 %A A250753 _R. H. Hardin_, Nov 27 2014