%I #3 Mar 30 2012 17:36:44
%S 0,10,20,30,40,50,60,70,90,120,180,240,300
%N Minimum bowling score for a game with n strikes.
%C Independently determined, these numbers agree with the ranges in the Number of strikes/Number of spares grid of the Balmoral Software page.
%H Balmoral Software, <a href="http://www.balmoralsoftware.com/bowling/bowling.htm">All About Bowling Scores</a>, 2006.
%e 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).
%Y Cf. A127994, A060853.
%K fini,full,nonn
%O 0,2
%A _Rick L. Shepherd_, Feb 10 2007