OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 2*a(n-1) + a(n-3) + 3*a(n-4) - 5*a(n-5) - a(n-6) - a(n-8) + a(n-9) for n>10.
Empirical g.f.: x*(49 + 56*x^2 + 25*x^3 - 169*x^4 - 27*x^5 - 9*x^6 - 20*x^7 + 33*x^8 - x^9) / ((1 - 2*x - x^2 + x^3)*(1 + x^2 - 2*x^4 - x^6)). - Colin Barker, Dec 27 2018
EXAMPLE
Some solutions for n=4:
..1..0..0..0....1..0..1..0....0..0..0..0....0..1..0..1....0..1..0..0
..0..1..0..0....0..1..0..1....0..0..0..1....0..0..1..0....1..0..1..0
..1..0..1..0....1..0..1..0....1..0..1..0....0..1..0..1....0..1..0..0
..0..1..0..1....0..1..0..1....0..1..0..1....1..0..1..0....1..0..1..0
..0..0..1..0....1..0..1..0....0..0..1..0....0..1..0..1....0..1..0..0
..0..0..0..1....0..1..0..1....0..0..0..1....1..0..0..0....0..0..1..0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jul 13 2015
STATUS
approved