OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = a(n-2) + 4*a(n-4) - 4*a(n-6) for n>12.
Empirical g.f.: x*(1374 + 951*x - 962*x^2 - 448*x^3 - 5442*x^4 - 3613*x^5 + 4170*x^6 + 2050*x^7 - 32*x^9 + 62*x^10 + 51*x^11) / ((1 - x)*(1 + x)*(1 - 2*x^2)*(1 + 2*x^2)). - Colin Barker, Dec 24 2018
EXAMPLE
Some solutions for n=4:
..1..1..0..1..1..0..0..1....0..1..0..1..0..1..0..1....0..1..1..0..0..1..0..1
..0..1..1..0..0..1..1..0....1..0..0..1..1..0..0..1....1..0..0..1..1..0..0..1
..1..0..0..1..1..0..0..1....0..1..1..0..0..1..1..0....0..1..1..0..0..1..1..0
..0..1..1..0..0..1..1..0....1..0..0..1..1..0..0..1....1..0..0..1..1..0..0..1
..1..0..0..1..1..0..0..1....0..1..1..0..0..1..1..0....0..1..1..0..0..1..1..0
..0..1..1..0..1..0..1..0....1..0..1..0..1..0..1..0....0..0..1..0..1..0..1..0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jun 15 2015
STATUS
approved