OFFSET
1,2
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 4*a(n-1) + 28*a(n-2) - 78*a(n-3) - 264*a(n-4) + 296*a(n-5) + 527*a(n-6) - 252*a(n-7) - 324*a(n-8).
Empirical g.f.: 8*x^2*(6 + 4*x - 13*x^2 - 12*x^3) / (1 - 2*x - 16*x^2 + 7*x^3 + 18*x^4)^2. - Colin Barker, Jan 18 2019
EXAMPLE
Some solutions for n=4:
..0..0..1..0. .0..1..0..0. .0..1..0..0. .0..1..0..0. .1..0..0..0
..0..1..0..0. .0..1..0..0. .1..0..0..0. .1..0..0..0. .0..0..1..0
..0..0..0..1. .0..0..0..1. .0..0..0..1. .0..0..0..0. .1..0..1..0
..0..1..0..0. .1..1..0..1. .1..0..0..1. .1..0..0..0. .1..0..0..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Feb 17 2016
STATUS
approved