A089484 Number of positions of the 15-puzzle at a distance of n moves from an initial state with the empty square in one of the corners, in the single-tile metric.
1, 2, 4, 10, 24, 54, 107, 212, 446, 946, 1948, 3938, 7808, 15544, 30821, 60842, 119000, 231844, 447342, 859744, 1637383, 3098270, 5802411, 10783780, 19826318, 36142146, 65135623, 116238056, 204900019, 357071928, 613926161, 1042022040
Offset: 0
References
- See A087725.
Links
- Herman Jamke, Table of n, a(n) for n = 0..80 (complete sequence)
- Herbert Kociemba, 15-Puzzle Optimal Solver
- R. E. Korf and P. Schultze, Large-Scale Parallel Breadth-First Search
- Hugo Pfoertner, Configuration counts for n*n sliding block puzzles.
Programs
-
Python
# alst(), moves(), swap() in A089473 start, shape = "-123456789ABCDEF", (4, 4) alst(start, shape, v=True) # Michael S. Branicky, Dec 31 2020
Extensions
More terms from Herman Jamke (hermanjamke(AT)fastmail.fm), Oct 19 2006
Name edited by Ben Whitmore, Aug 02 2024
Comments