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) - 5*a(n-3) + 8*a(n-4) - 3*a(n-5).
Empirical g.f.: x*(24 - 36*x - 26*x^2 + 61*x^3 - 24*x^4) / ((1 - x)^3*(1 - x - 3*x^2)). - Colin Barker, Nov 15 2018
EXAMPLE
Some solutions for n=6:
..0..0..1....1..1..1....1..1..1....0..0..1....0..0..1....0..0..1....0..1..1
..1..0..1....0..1..1....1..1..1....1..0..1....1..1..1....0..0..1....0..1..1
..0..1..0....1..1..1....0..1..1....0..1..1....0..1..1....0..1..1....1..1..1
..1..0..1....0..1..1....1..1..1....1..0..1....0..1..1....1..0..1....0..1..1
..0..1..1....0..1..1....0..1..1....0..1..1....1..0..1....0..1..1....0..1..1
..0..1..1....0..1..1....0..1..1....0..1..1....0..1..1....1..0..1....1..0..1
..0..1..1....0..1..1....0..1..1....1..0..1....1..1..1....0..1..0....0..1..0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Nov 25 2014
STATUS
approved