A257401 God's number for a Rubik's cube of size n X n X n (using the half turn metric).
0, 11, 20
Offset: 1
Links
- Jerry Bryan, God's Algorithm for the 2x2x2 Pocket Cube.
- Erik D. Demaine, Martin L. Demaine, Sarah Eisenstat, Anna Lubiw, and Andrew Winslow, Algorithms for Solving Rubik's Cubes, in: C. Demetrescu and M. M. Halldórsson (eds.), Algorithms - ESA 2011, 19th Annual European Symposium, Saarbrücken, Germany, September 5-9, 2011, Proceedings, Lecture Notes in Computer Science, Vol. 6942, Springer, Berlin, Heidelberg, 2011, pp. 689-700; arXiv preprint, arXiv:1106.5736 [cs.DS], 2011.
- Joseph L. Flatley, Rubik's Cube solved in twenty moves, 35 years of CPU time.
- Tomas Rokicki, Herbert Kociemba, Morley Davidson, and John Dethridge, The Diameter Of The Rubik's Cube Group Is Twenty, SIAM J. of Discrete Math, Vol. 27, No. 2 (2013), pp. 1082-1105.
- Jaap Scherphuis, Mini Cube, the 2×2×2 Rubik's Cube.
- Speedsolving.com, Rubik's Cube Fact sheet.
- Wikipedia, Optimal solutions for Rubik's Cube.
Crossrefs
Formula
From Ben Whitmore, May 31 2021: (Start)
a(n) = Theta(n^2/log(n)) [Demaine et al.].
Conjecture: a(n) ~ (1/4)*log(24!/4!^6) * n^2/log(n).
(End)
Comments