A274332 Team size n for which there exists a balanced tournament for 2n+1 players so that in 2n+1 matches each player plays exactly n-1 times with and n times against each other player.
1, 2, 3, 5, 6, 8, 9, 11, 14, 15, 18, 20, 21, 23, 26, 29, 30, 33
Offset: 0
Examples
n=5: Match 1: 1,2,3,5,8 versus 4,7,9,10,11 Match 2: 2,3,4,6,9 versus 5,8,10,11,1 Matches 3..11: further cyclic permutations
Links
- Daniel Kohen and Ivan Sadofschi, A New Approach on the Seating Couples Problem, arXiv:1006.2571 [math.CO], 2010.
Formula
Conjectured design scheme for Team 1 (N:= 2n+1; here players count from 0..2n): X, X+1 (mod N), X+1+2 (mod N), X+1+2+3 (mod N), ...; X = 0..2n (match number). Resting player: (X + (n*(n+1)/2) (mod N).
Comments