OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = a(n-3) + 4*a(n-4) for n>5.
Empirical g.f.: 4*x*(8 + 11*x + 15*x^2 + 15*x^3 - 4*x^4) / (1 - x^3 - 4*x^4). - Colin Barker, Oct 21 2018
EXAMPLE
Some solutions for n=5:
..1..1..0....1..1..0....0..1..1....0..1..0....1..1..1....0..1..1....0..0..1
..1..1..0....0..0..0....1..0..1....1..1..0....0..0..1....0..1..1....0..1..0
..0..0..0....0..1..1....1..1..0....0..0..0....0..0..1....0..0..0....1..0..0
..0..1..1....1..0..1....0..0..0....0..1..1....1..1..1....1..1..0....1..1..1
..0..1..1....0..0..1....0..1..1....0..1..0....1..0..0....1..0..1....0..0..1
..0..0..0....1..1..1....0..1..1....1..1..0....1..0..0....0..1..1....1..0..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jan 22 2014
STATUS
approved