cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A079596 Number of ways to get ten-pin bowling score of 300-n.

Original entry on oeis.org

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

Views

Author

Henry Bottomley, Jan 27 2003

Keywords

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).