OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 4*a(n-1) + a(n-2) - 4*a(n-3) + 16*a(n-4) + 4*a(n-5) + a(n-6) - 4*a(n-7) - a(n-8).
Empirical g.f.: x*(2 + x + 7*x^2 + 19*x^3 + 4*x^4 - 3*x^5 - 5*x^6 - x^7) / ((1 + x - x^2)*(1 - 4*x - x^2)*(1 - x + 2*x^2 + x^3 + x^4)). - Colin Barker, Jan 04 2019
EXAMPLE
Some solutions for n=4:
..0..6..3....0..6..7....0..1..2....0..6..2....0..1..2....0..6..2....0..6..3
..2..9..5....3..9..5....3..4..6....3..9.10....3..4..6....3..4..5....2..9.10
..1..7..8....1..2..8....5..7.13....1..7..8....5.12.13....1.12.13....1..7..8
..4.10.12....4.10.12....9.10.12....4..5.12....9.10.11....9.10.11....4..5.11
.11.13.14...11.13.14...11..8.14...11.13.14....7..8.14....7..8.14...12.13.14
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Nov 03 2015
STATUS
approved
