A380767 Number of sequences in which the games of a single-elimination tournament with n teams can be played if arbitrarily many arenas are available and the tournament bracket is chosen to be the bracket with the largest such number of sequences.
1, 1, 3, 5, 19, 63, 365, 1199, 7177, 36209, 295355, 1652085, 15193115, 114570449, 1323338487, 8732267521, 93577466255, 822198823101, 10952623368043
Offset: 2
Examples
For 5 teams A, B, C, D, E, the maximizing tournament structure is ((A,B),((C,D),E)). The 5 game sequences enumerated are: (1) Game (A,B), then game (C,D), then game ((C,D),E), then game ((A,B),((C,D),E)); (2) Game (C,D), then game (A,B), then game ((C,D),E), then game ((A,B),((C,D),E)); (3) Game (C,D), then game ((C,D),E), then game (A,B), then game ((A,B),((C,D),E)); (4) Game (A,B) and game (C,D) simultaneously, then game ((C,D),E), then game ((A,B),((C,D),E)); (5) Game (C,D), then game (A,B) and game ((C,D),E) simultaneously, then game ((A,B),((C,D),E)).
Links
- Matthew C. King and Noah A. Rosenberg, A mathematical connection between single-elimination sports tournaments and evolutionary trees, Math. Mag. 96 (2023), 484-497.
Formula
a(n) is computed as the maximum over unlabeled binary rooted trees T with n leaves (trees in the set enumerated by A001190) of the quantity computed for tree T in eq. 3 of King & Rosenberg (2023) (by summing terms in Theorem 3).
Comments