The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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

%I #15 Mar 21 2023 12:10:14

%S 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,

%T 6,7

%N Sequence of scores adding to maximum break in snooker.

%C 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

%H Ronnie O'Sullivan, <a href="https://www.youtube.com/watch?v=PLTuwNB2RSY">Break of 147 that broke the world record</a>, 2008 [Youtube]

%H Ronnie O'Sullivan, <a href="https://www.youtube.com/watch?v=W-aVllqDibM">Break of 147 in six minutes on October 5, 2019</a> [Youtube]

%o (Python)

%o for i in range(15):

%o print(1)

%o print(7)

%o for i in range(2, 8):

%o print(i)

%Y First difference of A241263.

%K nonn,fini,full,easy

%O 1,2

%A _William B. Faulk_, Sep 05 2022

%E Added two videos showing Ronnie O'Sullivan, one of the greatest players of all time. - _N. J. A. Sloane_, Oct 16 2022

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 May 15 12:24 EDT 2024. Contains 372540 sequences. (Running on oeis4.)