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!)
A241263 Successive break values in reaching a maximum break of 147 in snooker. 2
1, 8, 9, 16, 17, 24, 25, 32, 33, 40, 41, 48, 49, 56, 57, 64, 65, 72, 73, 80, 81, 88, 89, 96, 97, 104, 105, 112, 113, 120, 122, 125, 129, 134, 140, 147 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
In Snooker there are 15 reds (1pt each), a yellow (2pts), green (3pts), brown (4pts), blue (5pts), pink (6pts) and a black ball (7pts). After potting each red with a color (a black in this case), each color must be potted in order.
It is possible to score a break of 155 with a free ball.
REFERENCES
Ronnie O'Sullivan, "Unbreakable", Seven Dials, 2022.
LINKS
BBC Sport, World's Fastest 147 (Apr 21 1997) [Broken link]
Rommie O'Sullivan, Fastest 147 break in history, Youtube Video. (During the 1997 World Championship; time 5 minutes and 8 seconds!)
Wikipedia, Rules of snooker
World Snooker Association, Official Site
PROG
(JavaScript)
s=0;
for (i=0; i<15; i++) {
s+=1;
document.write(s+", ");
s+=7;
document.write(s+", ");
}
for (i=2; i<8; i++) {
s+=i;
document.write(s+", ");
}
CROSSREFS
Cf. A356948 (successive scores).
Sequence in context: A286476 A265732 A047393 * A307417 A037371 A236300
KEYWORD
nonn,easy,fini,full
AUTHOR
Jon Perry, Apr 18 2014
EXTENSIONS
O'Sullivan reference and links added by N. J. A. Sloane, Feb 12 2024
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 20 02:14 EDT 2024. Contains 371798 sequences. (Running on oeis4.)