OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 5*a(n-1) - 4*a(n-2) + 17*a(n-3) - 83*a(n-4) + 54*a(n-5) + 56*a(n-6) for n>9.
Empirical g.f.: x*(3 + 9*x - 23*x^2 - 33*x^3 - 150*x^4 + 424*x^5 - 47*x^6 - 113*x^7 + 28*x^8) / ((1 - 2*x)*(1 - 3*x - 2*x^2 - 21*x^3 + 41*x^4 + 28*x^5)). - Colin Barker, Feb 05 2019
EXAMPLE
Some solutions for n=4:
..0..0..1. .0..1..2. .0..0..1. .0..1..1. .0..0..1. .0..1..1. .0..0..1
..2..0..0. .0..1..1. .1..0..0. .2..2..1. .1..2..2. .2..0..0. .1..2..2
..2..2..1. .2..2..0. .1..2..2. .1..2..0. .0..1..1. .1..1..2. .0..1..1
..0..0..1. .1..1..0. .0..0..2. .1..1..0. .0..0..1. .2..0..1. .0..2..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Aug 25 2016
STATUS
approved