OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 3*a(n-2) - 2*a(n-4) for n>10.
Empirical g.f.: 2*x*(1020 + 614*x - 2832*x^2 - 1511*x^3 + 1632*x^4 + 629*x^5 - 12*x^6 + 3*x^7 + 12*x^8 + 4*x^9) / ((1 - x)*(1 + x)*(1 - 2*x^2)). - Colin Barker, Dec 24 2018
EXAMPLE
Some solutions for n=4:
..0..0..1..1..0..0..1..0..1....1..0..0..1..0..1..0..1..0
..1..1..0..0..1..1..0..0..1....0..1..1..0..0..1..1..0..0
..0..0..1..1..0..0..1..1..0....1..0..0..1..1..0..0..1..1
..1..1..0..0..1..1..0..0..1....0..1..1..0..0..1..1..0..0
..0..0..1..1..0..0..1..1..0....1..0..0..1..1..0..0..1..1
..0..1..0..0..1..1..0..1..1....1..0..1..0..1..0..1..0..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jun 15 2015
STATUS
approved