OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 11*a(n-1) - 21*a(n-2) - 20*a(n-3) - 12*a(n-4) for n>5.
Empirical g.f.: 2*x*(5 - 14*x - 32*x^2 - 40*x^3 - 16*x^4) / (1 - 11*x + 21*x^2 + 20*x^3 + 12*x^4). - Colin Barker, Oct 04 2018
EXAMPLE
Some solutions for n=6:
..0..1..2..1..0....0..1..2..1..2....0..1..2..1..0....0..1..2..1..0
..2..1..0..1..2....0..1..2..1..2....0..1..2..1..2....2..1..2..1..2
..2..1..2..1..0....0..1..2..1..2....0..1..0..1..0....0..1..2..1..0
..0..1..2..1..0....2..1..0..1..0....2..1..2..1..0....0..1..0..1..2
..0..1..2..1..0....2..1..2..1..0....0..1..0..1..2....0..1..2..1..0
..0..1..0..1..2....0..1..0..1..2....2..1..0..1..0....0..1..0..2..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Nov 22 2013
STATUS
approved