Publish Date:
Two players play a game with a single pile of stones of initial size $n$. They take stones from the pile in turn, according to the following rules which depend on a fixed real number $r > 0$:
Whoever cannot make a legal move loses the game.
Let $L(r)$ be the set of initial pile sizes $n$ for which the second player has a winning strategy. For example, $L(0.5) = \{1\}$, $L(1) = \{1, 2, 4, 8, 16, \dots\}$, $L(2) = \{1, 2, 3, 5, 8, \dots\}$.
A real number $q \gt 0$ is a transition value if $L(s)$ is different from $L(t)$ for all $s < q < t$.
Let $T(i)$ be the $i$-th transition value. For example, $T(1) = 1$, $T(2) = 2$, $T(22) \approx 6.3043478261$.
Find $T(123456)$ and give your answer rounded to $10$ digits after the decimal point.
Press F12 and use the "Console" tab to view the output of your codes.