OFFSET
1,2
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 4*a(n-1) - 11*a(n-3) - 4*a(n-4) + 15*a(n-5) + 14*a(n-6) - 2*a(n-7) - 9*a(n-8) - 5*a(n-9) - a(n-10) for n>14.
Empirical g.f.: x*(1 - 2*x + 4*x^2 + 4*x^3 - 35*x^4 - 24*x^5 + 59*x^6 + 85*x^7 - 6*x^8 - 69*x^9 - 43*x^10 - 5*x^11 + 3*x^12 + x^13) / ((1 - x)*(1 - x - 2*x^2 - x^3)^3). - Colin Barker, Feb 13 2019
EXAMPLE
Some solutions for n=4:
..0..0. .0..0. .0..0. .0..1. .0..0. .0..1. .0..1. .0..1. .0..1. .0..0
..0..1. .0..0. .0..1. .1..1. .0..0. .0..1. .0..0. .0..0. .0..0. .0..1
..0..1. .0..1. .0..0. .1..1. .1..1. .0..0. .1..0. .0..0. .0..0. .0..1
..0..0. .0..1. .0..1. .0..1. .0..1. .0..0. .0..0. .1..1. .1..0. .1..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Dec 28 2016
STATUS
approved