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!)
A356948 Sequence of scores adding to maximum break in snooker. 1
1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 2, 3, 4, 5, 6, 7 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Since there are only 15 red balls, it is obvious that this is maximal and unique. The total is 147, the highest possible break. Ronnie O'Sullivan took only five minutes and 27 seconds to make this break at the 1997 World Championship. This is "easy" only if you are the world champion. - N. J. A. Sloane, Oct 15 2022
LINKS
Ronnie O'Sullivan, Break of 147 that broke the world record, 2008 [Youtube]
PROG
(Python)
for i in range(15):
print(1)
print(7)
for i in range(2, 8):
print(i)
CROSSREFS
First difference of A241263.
Sequence in context: A344698 A010688 A176415 * A363150 A317846 A198219
KEYWORD
nonn,fini,full,easy
AUTHOR
William B. Faulk, Sep 05 2022
EXTENSIONS
Added two videos showing Ronnie O'Sullivan, one of the greatest players of all time. - N. J. A. Sloane, Oct 16 2022
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 March 28 17:42 EDT 2024. Contains 371254 sequences. (Running on oeis4.)