OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 6*a(n-1) - 10*a(n-2) - 7*a(n-3) + 40*a(n-4) - 40*a(n-5) - 2*a(n-6) + 29*a(n-7) - 19*a(n-8) + 4*a(n-9) for n>10.
Empirical g.f.: x*(125 - 421*x + 54*x^2 + 1273*x^3 - 1560*x^4 + 23*x^5 + 1032*x^6 - 642*x^7 + 106*x^8 + 8*x^9) / ((1 - x)^4*(1 - 2*x - 4*x^2 + 7*x^3 + 3*x^4 - 4*x^5)). - Colin Barker, Nov 15 2018
EXAMPLE
Some solutions for n=6:
..0..1..0..1..0....1..0..0..1..1....1..0..0..0..0....0..0..0..1..1
..1..0..1..0..1....0..1..1..1..1....0..1..0..1..1....0..0..1..0..1
..0..1..0..1..1....1..0..1..1..1....1..0..1..0..1....0..1..0..1..1
..1..0..1..1..1....0..1..0..1..1....0..1..0..1..0....1..0..1..1..1
..0..1..1..1..1....1..0..1..1..1....1..0..1..0..1....0..1..1..1..1
..0..1..1..1..1....0..1..0..1..1....0..1..0..1..1....0..1..1..1..1
..0..1..1..1..1....1..0..1..1..1....1..0..1..0..1....0..1..1..1..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Nov 25 2014
STATUS
approved