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

A281206
Number of 2 X n 0..1 arrays with no element equal to more than one of its horizontal and antidiagonal neighbors, with the exception of exactly one element, and with new values introduced in order 0 sequentially upwards.
1
0, 2, 14, 28, 52, 94, 166, 290, 502, 864, 1480, 2526, 4298, 7294, 12350, 20868, 35196, 59262, 99630, 167258, 280422, 469576, 785424, 1312318, 2190482, 3652854, 6086126, 10131820, 16853572, 28013854, 46531510, 77237906, 128126038, 212413104
OFFSET
1,2
LINKS
FORMULA
Empirical: a(n) = 3*a(n-1) - a(n-2) - 3*a(n-3) + a(n-4) + a(n-5) for n>7.
Empirical g.f.: 2*x^2*(1 + 4*x - 6*x^2 - 6*x^3 + 3*x^4 + 2*x^5) / ((1 - x)*(1 - x - x^2)^2). - Colin Barker, Feb 18 2019
EXAMPLE
Some solutions for n=4:
..0..0..1..0. .0..1..0..0. .0..0..0..1. .0..0..1..1. .0..0..1..0
..0..1..0..1. .0..1..1..1. .0..1..0..0. .1..0..1..0. .1..1..0..1
CROSSREFS
Row 2 of A281205.
Sequence in context: A364764 A355864 A200039 * A189331 A157023 A101554
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jan 17 2017
STATUS
approved