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.

Showing 1-1 of 1 results.

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).

Original entry on oeis.org

3, 5, 4, 7, 4, 5, 9, 7, 5, 6, 11, 8, 7, 6, 3, 13, 10, 9
Offset: 2

Views

Author

N. J. A. Sloane, following a tip from Ed Pegg Jr, May 28 2005

Keywords

Comments

The problem is to find the largest number of rounds of golf that can be arranged with n*k golfers who play in n groups of k. No golfer may play in the same group as any other golfer twice (i.e., maximum socialization is achieved).
T(6,6) cannot be 4 since this would be equivalent to a pair of mutually orthogonal Latin squares of order 6.
T(n,k) = 1 for values of n and k outside this range.
The next term T(7,5) is known to be either 7 or 8.
T(n,n) = A001438(n) + 2. - Floris P. van Doorn, Sep 05 2019

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 }.
		

Crossrefs

Column 3 gives A107432.
Cf. A001438.
Showing 1-1 of 1 results.