OFFSET
1,2
COMMENTS
Column 3 of A298146.
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = a(n-1) + 2*a(n-2) + 2*a(n-5) - 4*a(n-6) - 8*a(n-7) - a(n-8) + a(n-9).
Empirical g.f.: x^2*(1 - x)*(2 - 2*x^2 - 3*x^3 - 2*x^4 - 6*x^5 - 3*x^6) / ((1 + x)*(1 - 2*x - 2*x^5 + 6*x^6 + 2*x^7 - x^8)). - Colin Barker, Mar 22 2018
EXAMPLE
Some solutions for n=7:
..0..0..0. .0..0..0. .0..1..1. .0..0..1. .0..1..1. .0..0..1. .0..1..1
..1..0..1. .1..0..1. .0..0..1. .0..1..1. .0..0..1. .0..1..1. .0..0..1
..1..1..1. .1..1..1. .1..0..1. .0..1..0. .1..0..1. .0..1..0. .1..1..0
..1..0..1. .1..0..1. .1..1..1. .0..0..0. .1..1..1. .0..0..0. .0..1..0
..0..0..1. .1..0..0. .1..0..1. .0..1..0. .1..0..1. .0..1..0. .0..0..0
..1..1..0. .0..1..1. .0..0..1. .0..1..1. .1..0..0. .1..1..0. .0..1..0
..1..0..0. .0..0..1. .0..1..1. .0..0..1. .1..1..0. .1..0..0. .1..1..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jan 13 2018
STATUS
approved