OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = a(n-1) + a(n-2) + 5*a(n-3) - 2*a(n-4) - 5*a(n-5) - 6*a(n-6) - a(n-7) + 2*a(n-8) + 2*a(n-9) for n>10.
Empirical g.f.: x*(40 + 35*x + 78*x^2 - 131*x^3 - 243*x^4 - 184*x^5 + 116*x^6 + 174*x^7 + 32*x^8 - 36*x^9) / (1 - x - x^2 - 5*x^3 + 2*x^4 + 5*x^5 + 6*x^6 + x^7 - 2*x^8 - 2*x^9). - Colin Barker, Dec 29 2018
EXAMPLE
Some solutions for n=4:
..1..0..0....0..0..0....0..0..1....1..0..0....0..0..0....0..0..0....0..0..1
..0..0..0....1..0..0....0..0..0....0..1..0....1..0..0....0..0..1....0..1..1
..0..0..1....1..0..0....0..0..0....0..0..0....1..0..0....0..0..0....0..0..0
..0..0..1....0..0..0....1..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..1....0..0..1....0..1..0....1..0..0
..0..0..0....0..0..1....0..0..1....0..0..1....0..0..0....0..0..1....1..0..0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jul 28 2015
STATUS
approved