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) + 7*a(n-3) + 7*a(n-4) + 3*a(n-5) - a(n-6) - 6*a(n-7) - 2*a(n-8).
Empirical g.f.: x*(32 + 54*x + 119*x^2 + 94*x^3 + 27*x^4 - 39*x^5 - 86*x^6 - 26*x^7) / (1 - x - x^2 - 7*x^3 - 7*x^4 - 3*x^5 + x^6 + 6*x^7 + 2*x^8). - Colin Barker, Dec 20 2018
EXAMPLE
Some solutions for n=4:
..1..0..1....0..1..1....1..1..1....1..1..1....1..0..1....1..1..0....0..1..1
..1..1..1....1..1..1....1..0..1....1..0..1....1..1..1....1..1..1....1..1..0
..0..1..1....1..0..1....0..1..1....1..1..0....1..1..1....1..1..1....1..1..1
..1..1..1....1..1..1....1..1..0....1..1..1....1..1..1....1..1..1....0..1..1
..1..1..0....0..1..1....1..1..1....0..1..1....1..1..0....0..1..1....1..1..1
..1..1..1....1..1..1....0..1..1....1..1..1....1..1..1....1..1..0....1..1..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Apr 10 2015
STATUS
approved