OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = a(n-2) + 3*a(n-4) + 2*a(n-6) for n>7.
Empirical g.f.: x*(20 + 22*x + 22*x^2 + 40*x^3 - x^4 + 24*x^5 - 2*x^6) / (1 - x^2 - 3*x^4 - 2*x^6). - Colin Barker, Dec 26 2018
EXAMPLE
Some solutions for n=4:
..0..1..0....0..1..0....0..0..1....1..0..0....1..0..1....0..1..0....0..1..0
..1..0..1....1..0..1....0..0..0....0..1..0....0..1..0....1..0..1....1..0..0
..0..1..0....0..1..0....1..0..1....1..0..1....1..0..1....0..0..0....0..1..0
..1..0..1....0..0..1....0..1..0....0..1..0....0..0..0....1..0..1....1..0..1
..0..0..0....0..1..0....1..0..1....1..0..0....1..0..1....0..1..0....0..1..0
..1..0..1....1..0..1....0..0..0....0..1..0....0..1..0....0..0..1....0..0..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jul 04 2015
STATUS
approved