OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = a(n-1) + a(n-2) + 4*a(n-3) + a(n-4) - 4*a(n-5) - 5*a(n-6) + 3*a(n-8) for n>10.
Empirical g.f.: x*(8 + 29*x - 6*x^2 - 12*x^3 - 84*x^4 - 59*x^5 + 50*x^6 + 90*x^7 + 10*x^8 - 41*x^9) / ((1 - x)*(1 - x^2 - 5*x^3 - 6*x^4 - 2*x^5 + 3*x^6 + 3*x^7)). - Colin Barker, Feb 19 2019
EXAMPLE
Some solutions for n=4:
..0..1..0..0. .0..1..1..0. .0..1..0..1. .0..1..0..1. .0..1..0..0
..0..1..0..1. .0..1..0..0. .0..1..0..1. .1..0..1..0. .0..1..0..1
..1..1..0..1. .0..1..0..1. .1..1..0..1. .1..0..1..0. .0..1..0..0
..0..0..1..0. .0..1..0..0. .1..0..0..1. .1..0..1..1. .1..1..1..0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jan 22 2017
STATUS
approved