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

A237853
Number of (n+1) X (2+1) 0..1 arrays with no element greater than all horizontal neighbors or less than all vertical neighbors.
1
4, 14, 41, 114, 325, 943, 2731, 7876, 22702, 65489, 188972, 545229, 1572979, 4538047, 13092532, 37772848, 108976855, 314404070, 907073003, 2616956517, 7550066383, 21782363122, 62843332744, 181306523557, 523079446954, 1509113417351
OFFSET
1,1
LINKS
FORMULA
Empirical: a(n) = 3*a(n-1) - 2*a(n-2) + 4*a(n-3) + 2*a(n-4) + a(n-5).
Empirical g.f.: x*(4 + 2*x + 7*x^2 + 3*x^3 + x^4) / (1 - 3*x + 2*x^2 - 4*x^3 - 2*x^4 - x^5). - Colin Barker, Oct 24 2018
EXAMPLE
Some solutions for n=5:
..1..1..1....0..0..0....0..1..1....1..1..0....0..1..1....1..1..0....1..1..0
..0..1..1....0..0..0....0..1..1....1..1..0....0..1..1....0..0..0....1..1..0
..0..0..0....0..1..1....0..1..1....1..1..1....0..0..0....0..0..0....1..1..1
..0..0..0....1..1..0....0..1..1....1..1..1....0..0..0....1..1..1....0..0..0
..1..1..1....0..0..0....0..1..1....0..1..1....0..0..0....0..1..1....0..0..0
..1..1..1....0..0..0....0..1..1....0..1..1....1..1..0....0..1..1....0..0..0
CROSSREFS
Column 2 of A237859.
Sequence in context: A196713 A375406 A358587 * A132357 A262875 A219867
KEYWORD
nonn
AUTHOR
R. H. Hardin, Feb 14 2014
STATUS
approved