OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 2*a(n-2) + 2*a(n-3) + 11*a(n-4) + 6*a(n-5) + 2*a(n-6) + 6*a(n-7) - 8*a(n-8) + 2*a(n-9) for n>10.
Empirical g.f.: x*(48 + 85*x + 110*x^2 + 206*x^3 + 6*x^4 - 4*x^5 + 20*x^6 - 172*x^7 + 112*x^8 - 20*x^9) / (1 - 2*x^2 - 2*x^3 - 11*x^4 - 6*x^5 - 2*x^6 - 6*x^7 + 8*x^8 - 2*x^9). - Colin Barker, Dec 28 2018
EXAMPLE
Some solutions for n=4:
..0..0..0....0..0..0....1..0..1....0..1..0....1..0..1....0..1..0....0..0..1
..1..0..1....1..0..1....0..1..0....0..0..1....0..0..0....0..0..1....0..0..0
..0..1..0....0..1..0....1..0..0....0..1..0....0..0..1....0..0..0....0..0..1
..0..0..0....1..0..0....0..0..0....0..0..0....0..1..0....1..0..1....0..0..0
..0..0..0....0..0..0....1..0..0....0..0..0....1..0..1....0..1..0....1..0..1
..1..0..0....1..0..0....0..0..0....0..1..0....0..0..0....1..0..0....0..1..0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jul 16 2015
STATUS
approved