OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 48*a(n-1) - 402*a(n-2) + 1064*a(n-3) - 789*a(n-4) for n>7.
Empirical g.f.: x*(512 - 22389*x + 184197*x^2 - 489823*x^3 + 375051*x^4 - 112104*x^5 + 121716*x^6) / ((1 - 3*x)*(1 - 45*x + 267*x^2 - 263*x^3)). - Colin Barker, Aug 19 2018
EXAMPLE
Some solutions for n=3:
..0..2..0....0..1..0....0..2..3....0..1..0....0..1..3....0..4..5....0..1..0
..6..2..3....0..1..0....6..7..3....0..2..0....3..1..0....5..4..5....5..4..5
..6..7..5....0..1..3....3..7..6....3..1..3....5..1..0....0..1..0....0..1..0
..3..1..3....5..1..0....6..2..6....0..1..0....3..1..5....3..2..6....0..4..5
Vertex neighbors:
0 -> 1 2 4
1 -> 0 3 5
2 -> 0 3 6
3 -> 1 2 7
4 -> 0 5 6
5 -> 1 4 7
6 -> 2 4 7
7 -> 3 5 6
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Mar 19 2013
STATUS
approved