[go: up one dir, main page]

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

A202640
Number of (n+2) X 3 binary arrays avoiding patterns 000 and 111 in rows, columns and nw-to-se diagonals.
1
66, 172, 462, 1278, 3448, 9394, 25526, 69336, 188418, 511960, 1391014, 3779620, 10269688, 27904004, 75818836, 206009414, 559753846, 1520922896, 4132541760, 11228644088, 30509661310, 82898648850, 225246223922, 612022778622
OFFSET
1,1
COMMENTS
Column 1 of A202647.
LINKS
FORMULA
Empirical: a(n) = 2*a(n-1) +3*a(n-2) -a(n-3) -5*a(n-4) -2*a(n-5) +5*a(n-6) +a(n-7) -2*a(n-8) for n>9.
Empirical g.f.: 2*x*(33 + 20*x - 40*x^2 - 48*x^3 + 4*x^4 + 59*x^5 - 2*x^6 - 31*x^7 + 4*x^8) / ((1 - x)*(1 + x)*(1 - 2*x - 2*x^2 - x^3 + 3*x^4 + x^5 - 2*x^6)). - Colin Barker, Jun 01 2018
EXAMPLE
Some solutions for n=3:
..1..0..1....0..1..0....1..0..1....1..0..0....1..0..1....0..1..0....1..1..0
..0..1..1....1..0..0....0..1..0....1..0..0....0..1..1....1..0..1....0..0..1
..0..1..0....0..1..1....0..1..0....0..1..1....1..1..0....0..0..1....0..1..0
..1..0..0....1..0..0....1..0..1....0..1..0....0..0..1....0..1..0....1..0..0
..1..0..1....1..0..1....0..1..1....1..0..0....0..0..1....1..0..1....0..0..1
CROSSREFS
Cf. A202647.
Sequence in context: A249284 A255102 A202647 * A074873 A205817 A046393
KEYWORD
nonn
AUTHOR
R. H. Hardin, Dec 22 2011
STATUS
approved