A356948 Sequence of scores adding to maximum break in snooker.
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
Offset: 1
Links
- Ronnie O'Sullivan, Break of 147 that broke the world record, 2008 [Youtube]
- Ronnie O'Sullivan, Break of 147 in six minutes on October 5, 2019 [Youtube]
Crossrefs
First difference of A241263.
Programs
-
Python
for i in range(15): print(1) print(7) for i in range(2, 8): print(i)
Extensions
Added two videos showing Ronnie O'Sullivan, one of the greatest players of all time. - N. J. A. Sloane, Oct 16 2022
Comments