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

A207600
Number of 3 X n 0..1 arrays avoiding 0 0 0 and 0 1 0 horizontally and 0 0 1 and 1 0 1 vertically.
2
6, 36, 90, 225, 825, 3025, 9240, 28224, 93912, 312481, 997815, 3186225, 10377990, 33802596, 109041570, 351750025, 1140060185, 3695059369, 11948292720, 38635833600, 125075648880, 404906960329, 1310059883431, 4238645087209
OFFSET
1,1
COMMENTS
Row 3 of A207599.
LINKS
FORMULA
Empirical: a(n) = a(n-1) -2*a(n-2) +11*a(n-3) +43*a(n-4) +34*a(n-5) +108*a(n-6) -216*a(n-8) -136*a(n-9) -344*a(n-10) -176*a(n-11) +64*a(n-12) -64*a(n-13) +128*a(n-14).
EXAMPLE
Some solutions for n=4
..0..1..1..1....1..0..0..1....1..0..1..1....1..0..1..1....0..1..1..0
..1..1..1..1....0..1..1..1....0..0..1..1....1..1..1..1....1..1..1..0
..1..0..1..1....0..1..1..0....0..0..1..1....1..0..1..1....0..1..1..0
CROSSREFS
Cf. A207599.
Sequence in context: A207341 A152746 A207363 * A207026 A207171 A207454
KEYWORD
nonn
AUTHOR
R. H. Hardin, Feb 19 2012
STATUS
approved