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.

This page as a plain text file.
%I A079596 #5 Apr 11 2022 12:50:58
%S A079596 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,
%T A079596 173,206,227,258,277,406,585,810,1045,1323,1603,1933,2264,2635,3016,
%U A079596 3534,4374,6005,7975,10696,13613,17422,21406,26131,31193,37965,45826,57960
%N A079596 Number of ways to get ten-pin bowling score of 300-n.
%F A079596 a(n) = A060853(300-n).
%e A079596 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.
%Y A079596 Cf. A060853.
%K A079596 fini,nonn
%O A079596 0,11
%A A079596 _Henry Bottomley_, Jan 27 2003