A127993 Minimum bowling score for a game with n strikes.
0, 10, 20, 30, 40, 50, 60, 70, 90, 120, 180, 240, 300
Offset: 0
Examples
a(8) = 90 as eight strikes in a bowling game (tenpins) guarantees a score of at least 90: Since three strikes may occur in the last frame, eight is the minimal number of strikes such that at least two are in consecutive frames (and so a(n) > 10n).
Links
- Balmoral Software, All About Bowling Scores, 2006.
Comments