OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = a(n-2) + 3*a(n-4) + 2*a(n-5) + 2*a(n-6) + 3*a(n-7) + a(n-8) for n>10.
Empirical g.f.: x*(36 + 48*x + 68*x^2 + 138*x^3 + 85*x^4 + 89*x^5 + 106*x^6 + 28*x^7 + x^9) / (1 - x^2 - 3*x^4 - 2*x^5 - 2*x^6 - 3*x^7 - x^8). - Colin Barker, Dec 29 2018
EXAMPLE
Some solutions for n=4:
..1..0..0....0..1..0....0..0..1....0..1..1....0..1..1....1..0..0....1..0..0
..0..0..0....0..0..1....0..0..0....1..1..0....1..0..0....0..1..0....1..0..1
..1..0..1....0..1..0....1..0..1....0..1..0....0..1..0....1..0..1....0..1..0
..0..1..0....1..0..1....0..1..0....1..0..1....1..0..1....0..1..0....0..0..1
..1..0..0....0..1..0....0..0..1....0..0..1....0..0..0....1..0..1....1..1..0
..0..1..0....1..0..0....0..1..0....1..0..0....1..0..0....0..0..0....1..0..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Aug 04 2015
STATUS
approved