OFFSET
1,2
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 6*a(n-1) + 7*a(n-2) + 11*a(n-3) + 11*a(n-4) - 9*a(n-5) + 3*a(n-7) - 2*a(n-8) for n>9.
Empirical g.f.: x^2*(15 + 7*x - 21*x^2 - 13*x^3 + 13*x^4 - x^5 - 4*x^6 + 2*x^7) / (1 - 6*x - 7*x^2 - 11*x^3 - 11*x^4 + 9*x^5 - 3*x^7 + 2*x^8). - Colin Barker, Feb 09 2019
EXAMPLE
Some solutions for n=4:
..0..0..0. .0..0..1. .0..1..0. .0..1..0. .0..0..0. .0..1..1. .0..0..1
..0..1..1. .0..1..0. .1..0..0. .0..1..0. .1..1..0. .1..0..1. .1..0..1
..0..1..0. .1..1..1. .0..0..0. .1..0..1. .1..0..0. .0..0..1. .0..1..0
..0..0..1. .0..0..1. .0..1..1. .0..1..1. .0..1..1. .1..1..0. .0..1..0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Nov 15 2016
STATUS
approved