A241263 Successive break values in reaching a maximum break of 147 in snooker.
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
Offset: 1
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
- Wikipedia, Ronnie O'Sullivan
- World Snooker Association, Official Site
Programs
-
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+", "); }
Extensions
O'Sullivan reference and links added by N. J. A. Sloane, Feb 12 2024
Comments