OFFSET
0,2
COMMENTS
This is lexicographically the ninth of all such Hamiltonian paths through S4.
I will try to extend this in some elegant fashion through all S_inf so that the same criteria will hold. There are 466 ways to extend this to S5.
LINKS
FORMULA
[seq(sol9seq(n), n=1..23)];
MAPLE
sol9seq := n -> (`if`((n < 13), adj_tp_seq(n), sol9seq(24-n)));
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen, Mar 02 2001
STATUS
approved