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

A207392
Number of 3Xn 0..1 arrays avoiding 0 0 1 and 0 1 0 horizontally and 0 0 1 and 1 1 0 vertically
2
6, 36, 98, 271, 834, 2307, 6115, 16544, 44250, 116526, 307117, 808976, 2122787, 5564987, 14588870, 38216326, 100064540, 261992129, 685862456, 1795255303, 4698927663, 12298716264, 32188880680, 84245176534, 220486127041
OFFSET
1,1
COMMENTS
Row 3 of A207391
LINKS
FORMULA
Empirical: a(n) = 3*a(n-1) -2*a(n-2) +9*a(n-3) -15*a(n-4) -21*a(n-6) +16*a(n-7) +11*a(n-8) +27*a(n-9) +2*a(n-10) -12*a(n-12) -a(n-13) -2*a(n-14) +2*a(n-15)
EXAMPLE
Some solutions for n=4
..1..0..0..0....1..1..1..1....1..1..1..1....0..0..0..0....0..0..0..0
..1..0..1..1....0..0..0..0....1..1..1..1....0..1..1..1....0..1..1..0
..1..0..1..1....0..1..1..1....1..1..1..1....0..1..1..0....0..1..1..0
CROSSREFS
Sequence in context: A207106 A207306 A207112 * A207939 A207462 A086113
KEYWORD
nonn
AUTHOR
R. H. Hardin Feb 17 2012
STATUS
approved