OFFSET
2,2
COMMENTS
This sequence also describes the minimum number of n-player games, where each player has an equal chance of winning, that must be played for a given player to have an equal or greater chance of winning at least once than they have of losing a single game.
FORMULA
a(n) = A031435(n-1) + 1 for n >= 3.
MATHEMATICA
Table[Ceiling[Log[1/n]/Log[1-1/n]], {n, 2, 58}] (* James C. McMahon, Nov 04 2024 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Walter Robinson, Oct 19 2024
STATUS
approved