OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 2*a(n-1) + 20*a(n-2) + 10*a(n-3) - 44*a(n-4) - 20*a(n-5) + 31*a(n-6) + 2*a(n-7) - 4*a(n-8).
Empirical g.f.: x*(4 + 19*x + 10*x^2 - 55*x^3 - 46*x^4 + 45*x^5 + 6*x^6 - 6*x^7) / ((1 + x - x^2)*(1 - 3*x - 16*x^2 + 3*x^3 + 25*x^4 - 2*x^5 - 4*x^6)). - Colin Barker, Jan 30 2019
EXAMPLE
Some solutions for n=4:
..0..1..0..1. .0..1..0..2. .0..1..0..1. .0..1..0..2. .0..1..0..1
..2..0..1..0. .1..2..1..0. .2..0..1..0. .1..0..2..0. .1..2..1..2
..0..2..0..1. .0..1..2..1. .0..1..0..1. .0..1..0..1. .2..0..2..1
..2..1..2..0. .1..0..1..0. .1..2..1..0. .2..0..2..0. .0..1..0..2
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jul 04 2016
STATUS
approved