OFFSET
1,2
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 16*a(n-1) - 12*a(n-2) + 87*a(n-3) - 918*a(n-4) + 61*a(n-5) - a(n-6).
Empirical g.f.: 2*x^2*(1 - x)*(1 - 30*x^2 + x^3) / (1 - 16*x + 12*x^2 - 87*x^3 + 918*x^4 - 61*x^5 + x^6). - Colin Barker, Sep 22 2018
EXAMPLE
Some solutions for n=4:
..0..1..0..5....0..1..2..3....0..1..2..1....0..1..2..3....0..1..2..3
..2..3..4..5....0..1..4..3....0..3..2..3....2..3..4..5....2..3..4..5
..2..1..0..5....0..5..4..3....4..5..4..3....2..1..0..3....2..5..0..1
..0..3..4..3....2..3..2..1....0..1..2..1....4..5..4..3....4..3..2..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Oct 28 2013
STATUS
approved