OFFSET
0,2
COMMENTS
Data from Karlemo and Östergård. See corresponding link in A087725.
REFERENCES
See A087725.
LINKS
Hugo Pfoertner, Solutions of small n*2 sliding block puzzles.
Takaken, n-Puzzle Page.
Takaken, No. 32 (5 puzzles).
EXAMPLE
Starting with
123
45-
the most distant configuration corresponding to a(21)=1 is
45-
123 (i.e., it takes longest just to swap the two rows).
PROG
See link in A089473.
(Python) # alst(), moves(), swap() in A089473
print(alst("-12345", (3, 2))) # Michael S. Branicky, Dec 30 2020
CROSSREFS
KEYWORD
fini,full,nonn
AUTHOR
Hugo Pfoertner, Nov 23 2003
STATUS
approved