A079596 Number of ways to get ten-pin bowling score of 300-n.
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 11, 11, 12, 12, 13, 13, 14, 14, 15, 15, 26, 53, 90, 115, 150, 173, 206, 227, 258, 277, 406, 585, 810, 1045, 1323, 1603, 1933, 2264, 2635, 3016, 3534, 4374, 6005, 7975, 10696, 13613, 17422, 21406, 26131, 31193, 37965, 45826, 57960
Offset: 0
Examples
a(10) = 11 since 300-10 = 290 and there are 11 ways of scoring 290: either eleven strikes followed by a 0, or a spare (10 ways) followed by eleven strikes.
Crossrefs
Cf. A060853.
Formula
a(n) = A060853(300-n).
Comments