A360925 Smallest number of moves needed to win Integer Lunar Lander from starting position (n,0).
0, 1, 4, 7, 9, 12, 14, 17, 19, 21, 24, 26, 29, 31, 34, 36, 38, 41, 43, 46, 48, 50, 53, 55, 58, 60, 63, 65, 67, 70, 72, 75, 77, 79, 82, 84, 87, 89, 92, 94, 96, 99, 101, 104, 106, 108, 111, 113, 116, 118, 120, 123, 125, 128, 130, 133, 135, 137, 140, 142, 145
Offset: 0
Keywords
Examples
For starting position (3,0), a 7-move solution is (2,2), (1,3), (0,3), (-1,2), (-1,1), (-1,0), (0,0). There are no shorter solutions, so a(3) = 7.
Links
- Rémy Sigrist, Table of n, a(n) for n = 0..250
- Rémy Sigrist, C++ program
Extensions
More terms from Rémy Sigrist, Feb 26 2023
Comments