OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = a(n-2) + 6*a(n-3) + 4*a(n-4) - 5*a(n-5) - 12*a(n-6) + 8*a(n-7) + a(n-8) - 11*a(n-9) + 3*a(n-10) for n>12.
Empirical g.f.: x*(104 + 201*x + 440*x^2 + 320*x^3 - 642*x^4 - 1102*x^5 + 233*x^6 + 40*x^7 - 889*x^8 - 7*x^9 + 56*x^10 + 6*x^11) / (1 - x^2 - 6*x^3 - 4*x^4 + 5*x^5 + 12*x^6 - 8*x^7 - x^8 + 11*x^9 - 3*x^10). - Colin Barker, Dec 29 2018
EXAMPLE
Some solutions for n=4:
..1..1..0..0....1..1..0..0....1..0..0..0....1..0..0..1....0..1..0..0
..0..1..0..0....0..1..0..0....0..1..1..0....0..0..1..1....0..1..0..0
..0..0..0..0....0..0..0..0....0..0..0..0....0..0..0..0....0..0..0..0
..0..0..0..0....0..0..0..0....0..0..0..0....0..0..0..0....1..0..0..0
..0..1..0..0....1..1..0..0....0..0..1..1....0..0..1..1....0..0..0..1
..1..0..0..1....1..0..0..0....0..0..0..1....1..0..0..1....0..0..0..0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jul 22 2015
STATUS
approved