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.

A242678 The number of ways that a score of n can be obtained using three darts on a standard dartboard.

This page as a plain text file.
%I A242678 #11 May 22 2014 04:55:30
%S A242678 1,1,2,3,4,5,7,8,10,12,14,16,19,21,24,27,30,33,37,40,44,48,51,55,59,
%T A242678 63,67,72,75,80,83,88,91,97,99,105,107,113,115,122,123,130,131,137,
%U A242678 138,144,144,150,150,156,157,163,163,169,168,173,173,178,178,183,181,185,184,188,187,191,188,191,188,190,188,190,185,188,184,185,182,183,177,179,172,173,169,169,161,164,155,157,152,152,144,147,135,138,132,131,124,127,115,120,112,111,105,107,93,100,92,90,87,87,74,83,73,71,71,68,56,66,55,53,55,50,41,52,39,38,42,35,27,39,26,26,32,23,18,29,16,18,23,14,11,21,9,11,17,8,7,16,4,7,12,4,4,10,2,4,8,2,2,7,0,2,5,0,1,4,0,1,3,0,0,2,0,0,1,0,0,1
%N A242678 The number of ways that a score of n can be obtained using three darts on a standard dartboard.
%C A242678 It is assumed that each of the three darts scores.
%H A242678 Wikipedia, <a href="http://en.wikipedia.org/wiki/Darts">Darts</a>
%e A242678 a(3) = 1 because the only possible throw is (1,1,1).
%e A242678 a(6) = 3 because possible throws are (1,1,4), (1,2,3) and (2,2,2).
%e A242678 a(163) = 0 because it is not possible to get a score of 163.
%Y A242678 Cf. A241746, A242681, A242717, A242718.
%K A242678 nonn,fini,full
%O A242678 3,3
%A A242678 _Colin Barker_, May 20 2014