OFFSET
1,2
COMMENTS
Column 3 of A299142.
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 6*a(n-1) +8*a(n-2) -12*a(n-3) +8*a(n-4) +7*a(n-5) -4*a(n-6) -2*a(n-7) -7*a(n-8) -5*a(n-9) +2*a(n-10) for n>11.
Empirical g.f.: x*(1 + 12*x + 13*x^2 - 7*x^3 - 13*x^4 + 41*x^5 - 41*x^6 - 106*x^7 - 37*x^8 + 14*x^9 + 2*x^10) / ((1 - x)*(1 - 5*x - 13*x^2 - x^3 - 9*x^4 - 16*x^5 - 12*x^6 - 10*x^7 - 3*x^8 + 2*x^9)). - Colin Barker, Feb 17 2018
EXAMPLE
Some solutions for n=5:
..0..0..1. .0..0..0. .0..1..1. .0..1..1. .0..0..1. .0..1..1. .0..0..1
..1..0..1. .0..1..0. .0..1..0. .0..0..1. .1..1..0. .1..0..0. .0..0..1
..1..1..0. .0..0..1. .0..1..0. .1..0..0. .0..0..1. .0..1..1. .1..0..1
..1..0..0. .1..1..0. .0..0..0. .1..0..1. .0..1..0. .0..0..1. .0..1..0
..0..1..1. .1..0..1. .0..0..0. .1..1..0. .1..0..1. .1..1..1. .1..0..0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Feb 03 2018
STATUS
approved