login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A167213 The number of ordered ways to achieve a score of n in darts. 2
1, 1, 3, 7, 17, 40, 98, 233, 562, 1349, 3243, 7789, 18722, 44978, 108083, 259700, 624027, 1499427, 3602913, 8657216, 20801982, 49983920, 120103675, 288590527, 693438537, 1666225599, 4003682857, 9620231375, 23115930197, 55544009564 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
The game of darts has unmodified scores (1, 2, ..., 20), doubles of those values (2, 4, ..., 40), triples of those values (3, 6, ..., 60), and bull's eye values of 25 and 50.
LINKS
FORMULA
G.f. = 1/(1-(x*(1-x^20)/(1-x)+x^2*(1-x^40)/(1-x^2)+x^3*(1-x^60)/(1-x^3)+x^25+x^50)).
EXAMPLE
There are 7 ordered ways to get a total score of 3: (#1) "1","1","1"; (#2) "2","1"; (#3) "1","2"; (#4) "double 1","1" (#5) "1","double 1"; (#6) "triple 1"; and (#7) "3".
MATHEMATICA
CoefficientList[Series[1/(1-(x (1-x^20)/(1-x)+x^2(1-x^40)/(1-x^2)+ x^3(1- x^60)/ (1-x^3)+x^25+x^50)), {x, 0, 30}], x] (* Harvey P. Dale, Jul 04 2011 *)
CROSSREFS
Sequence in context: A247300 A137682 A190360 * A249753 A000600 A138901
KEYWORD
easy,nonn
AUTHOR
Lee A. Newberg, Oct 30 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)