OFFSET
1,2
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 8*a(n-1) - 4*a(n-2) + 15*a(n-3) - 26*a(n-4) + 14*a(n-5) - 16*a(n-6).
Empirical g.f.: x^2*(3 + 4*x - 12*x^2 - x^3 - 4*x^4) / (1 - 8*x + 4*x^2 - 15*x^3 + 26*x^4 - 14*x^5 + 16*x^6). - Colin Barker, Feb 08 2019
EXAMPLE
Some solutions for n=4:
..0..1. .0..2. .0..2. .0..1. .0..3. .0..1. .0..3. .0..1. .0..1. .0..3
..3..2. .1..3. .1..3. .3..2. .1..2. .0..2. .1..3. .0..2. .1..2. .1..0
..2..1. .2..0. .1..0. .3..1. .1..0. .3..3. .2..0. .1..3. .0..3. .2..0
..1..1. .3..2. .2..3. .0..3. .3..3. .2..1. .1..0. .3..0. .1..2. .3..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Nov 14 2016
STATUS
approved