A107431 Triangle read by rows: T(n,k) = maximal number of rounds for the social golfer problem with n groups of k golfers (n >= 2, 2 <= k <= n).
3, 5, 4, 7, 4, 5, 9, 7, 5, 6, 11, 8, 7, 6, 3, 13, 10, 9
Offset: 2
Examples
Triangle begins: 3; 5, 4; 7, 4, 5; 9, 7, 5, 6; 11, 8, 7, 6, 3; ... T(2,2) = 3 from { 12/34, 13/24, 14/23 }.
Links
- W. Harvey, Results Page for the Social Golfer Problem
- Floris P. van Doorn, Dagstuhl's Happy Diner Problem - Latin Squares
Comments