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