A387260 Number of strategies in the game "Risk or Safety" to reach n points.
1, 3, 31, 3011, 5755251, 357035589531
Offset: 1
Examples
a(2) = 3: For n = 2, we have two game situations (1, 0, 0) and (1, 0, 1) where the players need to decide whether to stop or to continue. If the players choose to stop at (1, 0, 0) there are two strategies at (1, 0, 1): stop and continue. However, if the players choose to continue at (1, 0, 0), the position (1, 0, 1) will never be reached, and therefore in total, there exist only 3 strategies, not 4.
Comments