cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A368146 Decimal expansion of 174/96 = 29/16, being the highest possible win/loss points ratio in a completed 5-set tennis match, with 10-point final tie-break, which the player loses.

Original entry on oeis.org

1, 8, 1, 2, 5
Offset: 1

Views

Author

Marco RipĂ , Dec 13 2023

Keywords

Comments

Tie-break games are played to 7 points in all sets except the last of the match, which is a 10-point tie-break.
The structure of sets and games in tennis means a player can win more points but lose the match.
The highest win/loss ratio for 5 sets occurs with game scores 6-0 6-0 6-7 6-7 6-7, where player A wins games by points score 4-0, and loses by 2-4 in ordinary games and 5-7 5-7 8-10 in the three tie-break games.
Player A wins 174 points and player B wins 96 points, but player A loses the match.
This ratio is a little lower than when the final tie-break is played to 7 points (see A368008).

Examples

			1.8125.
		

Crossrefs

Formula

Equals (2*6*4 + 2*(6*4 + 6*2 + 5) + (6*4 + 6*2 + 8))/(2*(6*4 + 7) + (6*4 + 10)).