OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 6*a(n-1) - 10*a(n-2) + 11*a(n-4) - 6*a(n-5).
Conjectures from Colin Barker, Nov 20 2018: (Start)
G.f.: 2*x*(27 - 81*x + 25*x^2 + 79*x^3 - 48*x^4) / ((1 - x)^2*(1 + x)*(1 - 2*x)*(1 - 3*x)).
a(n) = -3 - (-1)^n/4 + 2^(1+n) + (23*3^(1+n))/4 + n.
(End)
EXAMPLE
Some solutions for n=4:
..0..0..1..0....0..0..1..0....1..0..1..0....0..1..0..1....0..0..1..0
..0..1..0..1....0..0..0..1....1..0..1..0....0..0..1..0....0..0..0..1
..0..1..0..1....0..0..0..1....0..1..0..1....0..0..0..1....0..0..1..0
..0..0..1..0....0..0..1..0....0..0..1..0....1..1..1..0....0..0..1..0
..0..1..0..1....0..0..1..1....0..0..1..1....1..1..1..1....0..0..1..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Nov 27 2014
STATUS
approved