OFFSET
0,2
COMMENTS
The sliding cube 3 X 3 X 3 puzzle under consideration has a fixed central block and 25 movable blocks that can be shifted in the space between the enclosing holder frame and the central block. A description is given in US patents 3845959 and 6513808.
LINKS
Chih Chung Fang, Cubic Puzzle. US Patent 6513808, filed May 09, 2001
Daniel Kosarek, Three-dimensional block puzzle. US Patent 3845959, filed Nov. 5, 1974
EXAMPLE
a(1)=3 because the empty space at one of the 6 corners in the assumed initial configuration can be replaced by any of the 3 adjacent cubes from the middle of the 3 edges meeting at the empty corner in the first move.
PROG
moves = lambda p, shape: moves3d(p, shape, fixed=13)
start, shape = "-123456789ABCDEFGHIJKLMNOPQ", (3, 3, 3)
print(alst(start, shape, maxd=14)) # Michael S. Branicky, Dec 28 2020
CROSSREFS
KEYWORD
fini,hard,more,nonn
AUTHOR
Hugo Pfoertner, Jan 19 2004
EXTENSIONS
a(15)-a(19) from Michael S. Branicky, Dec 28 2020
STATUS
approved