OFFSET
1,2
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = a(n-1) + 3*a(n-2) + 24*a(n-3) + 11*a(n-4) - 21*a(n-5) - 67*a(n-6) - 9*a(n-7) - 45*a(n-8).
Empirical g.f.: x*(1 + 19*x + 34*x^2 - 15*x^3 - 88*x^4 - 76*x^5 - 54*x^6 - 45*x^7) / (1 - x - 3*x^2 - 24*x^3 - 11*x^4 + 21*x^5 + 67*x^6 + 9*x^7 + 45*x^8). - Colin Barker, Feb 28 2019
EXAMPLE
Some solutions for n=5:
..0..0..0..0..1. .1..1..0..0..0. .0..0..1..1..0. .1..0..0..0..0
..0..1..0..1..0. .0..0..0..0..0. .0..0..0..0..0. .0..1..0..0..0
..1..0..0..1..0. .0..0..0..0..0. .0..0..0..0..0. .0..0..0..0..1
..0..0..1..0..0. .1..1..0..1..1. .0..0..0..1..1. .1..1..0..1..0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Dec 29 2017
STATUS
approved