OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = -a(n-1) + 3*a(n-2) + 3*a(n-3) for n>9.
Empirical g.f.: 2*x*(33 + 112*x + 87*x^2 + 2*x^3 + 11*x^4 + 11*x^5 - 3*x^7 - x^8) / ((1 + x)*(1 - 3*x^2)). - Colin Barker, Dec 23 2018
EXAMPLE
Some solutions for n=4:
..1..1..0....1..0..1....0..0..1....0..0..1....1..0..1....0..1..1....0..1..0
..1..0..0....1..1..0....1..0..0....1..1..0....1..1..0....1..0..0....1..0..1
..0..1..1....0..0..1....0..1..1....0..1..0....0..1..0....0..0..1....1..0..1
..1..0..0....1..0..0....1..0..0....1..0..1....1..0..1....1..1..0....0..1..0
..0..1..1....0..1..1....0..1..1....0..0..1....1..0..1....0..1..0....0..1..1
..0..0..1....1..0..0....0..1..1....0..1..0....0..1..0....0..0..1....1..0..0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jun 15 2015
STATUS
approved