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”).

A250770
Number of (2+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.
1
18, 34, 62, 114, 214, 410, 798, 1570, 3110, 6186, 12334, 24626, 49206, 98362, 196670, 393282, 786502, 1572938, 3145806, 6291538, 12582998, 25165914, 50331742, 100663394, 201326694, 402653290, 805306478, 1610612850, 3221225590
OFFSET
1,1
LINKS
FORMULA
Empirical: a(n) = 4*a(n-1) - 5*a(n-2) + 2*a(n-3); a(n) = 12*2^(n-1) + 4*n + 2.
Empirical g.f.: 2*x*(9 - 19*x + 8*x^2) / ((1 - x)^2*(1 - 2*x)). - Colin Barker, Nov 19 2018
EXAMPLE
Some solutions for n=4:
..0..0..1..0..0....1..0..0..0..0....1..0..0..1..1....1..0..0..0..0
..0..0..1..0..0....1..0..0..0..0....1..0..0..1..1....1..0..0..0..0
..0..0..1..0..1....1..0..0..0..0....1..0..0..1..1....0..1..1..1..1
CROSSREFS
Row 2 of A250769.
Sequence in context: A357439 A044063 A044444 * A014640 A238240 A245587
KEYWORD
nonn
AUTHOR
R. H. Hardin, Nov 27 2014
STATUS
approved