OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 3*a(n-1) - 2*a(n-2) for n>5.
Empirical: a(n) = 9*2^(n-1) + 92 for n>3.
Empirical g.f.: x*(109 - 207*x - 13*x^2 + 17*x^3 + 2*x^4) / ((1 - x)*(1 - 2*x)). - Colin Barker, Dec 09 2018
EXAMPLE
Some solutions for n=6:
..0..1..1..1..1....0..0..0..0..0....1..0..0..0..1....0..0..0..1..0
..0..0..0..0..0....1..1..1..1..1....1..0..0..0..1....1..0..0..1..0
..1..1..1..1..1....1..1..1..1..1....1..0..0..0..1....1..0..0..1..0
..1..1..1..1..1....1..1..1..1..1....1..0..0..0..1....1..0..0..1..0
..0..0..0..0..0....0..0..0..0..0....1..0..0..0..1....1..0..0..1..0
..0..0..0..0..0....1..1..1..1..1....1..0..0..0..1....1..0..0..1..0
..0..0..0..0..1....0..0..0..0..0....1..0..0..0..1....1..0..0..1..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Dec 28 2014
STATUS
approved