OFFSET
1,1
COMMENTS
Column 4 of A207928.
It seems that all terms are squares. - Colin Barker, Mar 06 2018
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 2*a(n-1) + 3*a(n-2) + 6*a(n-3) - a(n-4) - a(n-6) for n>8.
Empirical g.f.: x*(9 + 63*x - 45*x^2 - 9*x^3 - 125*x^4 + 17*x^5 - 7*x^6 + 17*x^7) / ((1 + x + x^2 - x^3)*(1 - 3*x - x^2 - x^3)). - Colin Barker, Mar 06 2018
EXAMPLE
Some solutions for n=8:
..0..1..1..0....1..0..0..1....1..0..0..1....1..0..1..1....0..1..1..0
..1..0..0..1....0..1..1..0....0..1..1..0....0..0..1..1....0..1..1..1
..1..1..1..1....1..0..1..1....0..0..1..1....1..1..0..0....1..0..0..1
..0..1..1..0....1..1..0..1....1..0..0..1....1..0..1..1....0..1..1..0
..1..0..0..1....0..1..1..0....1..1..0..0....0..0..1..1....0..1..1..1
..1..0..1..1....0..0..1..1....0..1..1..0....1..1..0..0....1..0..0..1
..0..1..1..0....1..1..0..1....0..0..1..1....1..0..1..1....1..1..1..0
..1..1..0..1....1..1..1..0....1..0..0..1....0..1..1..1....0..1..1..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Feb 21 2012
STATUS
approved