OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 7*a(n-2) - 15*a(n-4) + 17*a(n-6) + 16*a(n-8) for n>11.
Empirical g.f.: 8*x*(70 + 120*x - 116*x^2 - 180*x^3 + 157*x^4 + 564*x^5 + 282*x^6 + 480*x^7 - x^8 + 24*x^9 - 36*x^10) / (1 - 7*x^2 + 15*x^4 - 17*x^6 - 16*x^8). - Colin Barker, Dec 11 2018
EXAMPLE
Some solutions for n=4:
..0..0..0..0..0....1..0..0..0..0....1..0..0..0..1....0..1..0..1..0
..0..1..0..1..0....0..1..0..1..0....0..1..0..1..0....1..0..0..0..0
..1..0..1..0..0....1..0..0..0..0....1..0..0..0..0....0..1..0..1..0
..0..0..0..0..0....0..1..0..1..0....0..0..0..1..0....1..0..0..0..1
..1..0..1..0..1....0..0..0..0..0....1..0..1..0..1....0..1..0..1..0
..1..1..0..1..0....0..1..0..1..0....0..0..0..1..0....0..0..0..0..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Dec 30 2014
STATUS
approved