OFFSET
1,2
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 10*a(n-1) + 30*a(n-2) + 53*a(n-3) + 71*a(n-4) - a(n-5) + 6*a(n-6) - 8*a(n-7).
Empirical g.f.: 4*x^2*(11 + 6*x + 8*x^2 - 9*x^3 - 3*x^4 - 3*x^5) / (1 - 10*x - 30*x^2 - 53*x^3 - 71*x^4 + x^5 - 6*x^6 + 8*x^7). - Colin Barker, Sep 27 2018
EXAMPLE
Some solutions for n=4:
..0..1..2..1....0..1..0..3....0..3..0..3....0..1..0..3....0..1..0..3
..2..3..0..3....0..3..2..1....0..1..2..1....0..1..2..1....0..1..2..3
..0..3..0..3....2..1..2..1....2..1..2..3....0..1..2..3....2..3..2..1
..2..1..2..3....2..3..0..3....0..3..0..1....2..3..0..1....0..1..0..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Nov 06 2013
STATUS
approved