Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #7 Nov 14 2018 14:05:37
%S 867,5029,21955,82023,279161,896191,2771901,8374485,24944039,73714737,
%T 217061167,638657339,1880873517,5549684027,16412416857,48651910233,
%U 144539853387,430255351197,1282888681851,3830445412591,11449627377217
%N Number of (n+1)X(3+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 R. H. Hardin, <a href="/A250522/b250522.txt">Table of n, a(n) for n = 1..210</a>
%F Empirical: a(n) = 14*a(n-1) - 85*a(n-2) + 294*a(n-3) - 639*a(n-4) + 906*a(n-5) - 839*a(n-6) + 490*a(n-7) - 164*a(n-8) + 24*a(n-9).
%F Empirical g.f.: x*(867 - 7109*x + 25244*x^2 - 52780*x^3 + 72501*x^4 - 66849*x^5 + 39534*x^6 - 13260*x^7 + 1944*x^8) / ((1 - x)^5*(1 - 2*x)^3*(1 - 3*x)). - _Colin Barker_, Nov 14 2018
%e Some solutions for n=4:
%e ..2..2..2..1....2..2..0..0....2..1..1..0....0..0..0..0....1..0..1..0
%e ..1..1..2..1....2..2..0..1....2..1..1..1....0..0..0..0....2..1..2..2
%e ..1..1..2..1....2..2..0..1....0..0..0..0....0..0..0..0....2..1..2..2
%e ..0..0..2..1....2..2..1..2....1..1..1..1....1..2..2..2....0..0..1..1
%e ..0..0..2..1....1..1..1..2....0..0..2..2....0..1..1..1....0..0..1..1
%Y Column 3 of A250527.
%K nonn
%O 1,1
%A _R. H. Hardin_, Nov 24 2014