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