login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A250813
Number of (1+1) X (n+1) 0..2 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.
1
36, 100, 225, 441, 784, 1296, 2025, 3025, 4356, 6084, 8281, 11025, 14400, 18496, 23409, 29241, 36100, 44100, 53361, 64009, 76176, 90000, 105625, 123201, 142884, 164836, 189225, 216225, 246016, 278784, 314721, 354025, 396900, 443556, 494209
OFFSET
1,1
LINKS
FORMULA
Empirical: a(n) = (1/4)*n^4 + (5/2)*n^3 + (37/4)*n^2 + 15*n + 9.
Conjectures from Colin Barker, Nov 21 2018: (Start)
G.f.: x*(36 - 80*x + 85*x^2 - 44*x^3 + 9*x^4) / (1 - x)^5.
a(n) = 5*a(n-1) - 10*a(n-2) + 10*a(n-3) - 5*a(n-4) + a(n-5) for n>5.
(End)
EXAMPLE
Some solutions for n=4:
..1..2..2..2..2....1..0..1..1..1....1..1..1..1..2....2..0..0..0..0
..0..2..2..2..2....0..0..1..2..2....0..0..1..1..2....0..0..0..1..2
CROSSREFS
Row 1 of A250812.
Sequence in context: A077448 A085986 A027603 * A268770 A323064 A163246
KEYWORD
nonn
AUTHOR
R. H. Hardin, Nov 27 2014
STATUS
approved