OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 5*a(n-1) - 9*a(n-2) + 10*a(n-3) - 6*a(n-4) + a(n-5) for n>9.
Empirical g.f.: 2*x*(7 + 73*x - 277*x^2 + 446*x^3 - 798*x^4 + 969*x^5 - 1132*x^6 + 768*x^7 - 128*x^8) / ((1 - x)*(1 - 4*x + 5*x^2 - 5*x^3 + x^4)). - Colin Barker, Feb 01 2019
EXAMPLE
Some solutions for n=5:
..0..1..0..1..2. .0..1..0..2..1. .0..1..0..1..2. .0..1..0..2..1
..0..2..1..0..1. .1..2..1..0..1. .1..2..1..0..1. .0..2..1..2..1
..1..0..1..0..2. .1..0..2..0..2. .2..0..2..0..2. .0..2..1..0..2
..2..0..2..1..2. .1..2..0..1..0. .0..1..0..1..0. .2..0..2..0..2
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jul 17 2016
STATUS
approved