OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = a(n-1) + 2*a(n-2) + 5*a(n-3) + a(n-5) - 14*a(n-6) - 19*a(n-7) + 3*a(n-8) + 3*a(n-9) for n>12.
Empirical g.f.: x*(153 + 240*x + 158*x^2 - 343*x^3 - 489*x^4 - 909*x^5 - 968*x^6 + 51*x^7 + 303*x^8 + 34*x^9 - 46*x^10 + 8*x^11) / (1 - x - 2*x^2 - 5*x^3 - x^5 + 14*x^6 + 19*x^7 - 3*x^8 - 3*x^9). - Colin Barker, Dec 20 2018
EXAMPLE
Some solutions for n=4:
..1..1..0....1..1..0....0..1..1....1..0..1....0..0..1....1..1..1....0..1..0
..0..0..1....1..0..1....1..0..0....0..1..0....1..1..0....1..0..0....0..1..1
..0..0..1....1..1..1....1..0..0....0..1..0....0..0..1....0..1..1....1..0..0
..1..1..0....0..1..0....0..1..1....1..1..1....1..1..0....1..0..0....1..0..1
..0..0..1....0..1..0....1..0..0....1..0..1....0..0..1....1..0..1....1..1..1
..0..1..1....1..0..1....1..1..0....1..0..1....0..1..0....1..1..1....0..1..0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Apr 09 2015
STATUS
approved