OFFSET
0,2
COMMENTS
See under A090577.
EXAMPLE
a(1)=4 because the empty space located at mid-edge of one of the 12 edges of the assumed initial configuration can be replaced in the first move by any of the adjacent 2 cubes from the same edge or by the adjacent mid-face cubes of the 2 faces forming this edge.
PROG
moves = lambda p, shape: moves3d(p, shape, fixed=13)
start, shape = "1-23456789ABCDEFGHIJKLMNOPQ", (3, 3, 3)
print(alst(start, shape, maxd=13)) # Michael S. Branicky, Dec 28 2020
CROSSREFS
KEYWORD
fini,hard,more,nonn
AUTHOR
Hugo Pfoertner, Jan 19 2004
EXTENSIONS
a(14)-a(18) from Michael S. Branicky, Dec 28 2020
STATUS
approved