OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 4*a(n-1) + 3*a(n-2) - 10*a(n-3) + 4*a(n-5).
Empirical g.f.: x*(31 + 10*x - 72*x^2 + 2*x^3 + 32*x^4) / ((1 - x)^2*(1 - 2*x - 8*x^2 - 4*x^3)). - Colin Barker, Nov 14 2018
EXAMPLE
Some solutions for n=6:
..1..0..1....0..0..0....0..0..0....0..1..0....0..1..0....1..0..0....1..0..0
..0..1..0....0..0..1....0..1..0....1..0..0....1..0..1....0..1..0....0..0..1
..0..0..0....0..0..0....0..0..0....0..0..0....0..0..1....0..0..0....1..0..0
..0..1..0....0..0..0....1..0..0....0..0..1....0..0..1....1..0..1....0..1..0
..0..0..0....0..0..1....0..0..1....1..0..1....0..0..1....0..0..1....1..0..0
..0..0..1....1..0..0....0..0..0....0..0..1....0..0..1....0..0..1....0..0..0
..1..1..0....0..0..1....1..0..0....1..1..0....0..1..0....1..1..0....0..0..0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Nov 23 2014
STATUS
approved