OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 2*a(n-1) + 12*a(n-2) + 19*a(n-3) - 4*a(n-4) - 12*a(n-5) - 16*a(n-6) for n>7.
Empirical g.f.: x*(16 + 5*x - 85*x^2 - 196*x^3 - 36*x^4 + 40*x^5 + 112*x^6) / ((1 - x)*(1 - x - 13*x^2 - 32*x^3 - 28*x^4 - 16*x^5)). - Colin Barker, Feb 01 2019
EXAMPLE
Some solutions for n=4:
..0..0..1..2. .0..0..1..2. .0..0..1..1. .0..0..1..2. .0..1..2..0
..2..2..0..1. .2..2..0..1. .1..2..0..0. .1..2..0..1. .2..0..1..2
..1..1..2..2. .1..1..2..2. .0..1..2..2. .0..1..2..2. .1..2..0..1
..2..0..0..1. .0..0..1..1. .2..0..0..1. .2..0..1..1. .0..1..2..0
..1..2..2..0. .2..2..0..0. .1..2..2..0. .1..2..2..0. .2..0..1..2
..0..1..1..2. .1..1..1..2. .0..1..1..1. .0..0..1..2. .1..2..0..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jul 19 2016
STATUS
approved