OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 4*a(n-1) - 4*a(n-2) - 2*a(n-3) + 4*a(n-4) - a(n-6) for n>11.
Empirical g.f.: x*(2 + 6*x - x^2 - 38*x^3 + 49*x^4 - 32*x^5 - 26*x^6 + 36*x^7 + 6*x^8 + 8*x^9 + 8*x^10) / ((1 - x)^2*(1 - x - x^2)^2). - Colin Barker, Feb 20 2019
EXAMPLE
Some solutions for n=4:
..0..0..0. .0..0..0. .0..1..0. .0..0..0. .0..1..1. .0..0..0. .0..0..0
..0..0..0. .0..0..0. .0..0..0. .0..0..1. .1..1..1. .0..0..0. .1..0..0
..0..0..0. .0..0..0. .0..0..0. .0..0..0. .1..1..1. .0..1..0. .0..1..0
..1..1..0. .0..1..1. .0..0..0. .1..1..1. .1..1..1. .1..0..0. .1..0..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jan 29 2017
STATUS
approved