OFFSET
1,2
COMMENTS
a(n-1) is also the minimum number of matches in a tournament to fairly determine the best two players from n >= 2 contestants. For example, a(8-1) = a(7) = 9 matches are required to determine the best two players from 8 participants. See Steinhaus (1983). - Hugo Pfoertner, Dec 13 2022
REFERENCES
Hugo Steinhaus, Mathematical Snapshots, Third American Edition, Oxford University Press, New York, 1983, pp 54-55.
LINKS
Paolo Xausa, Table of n, a(n) for n = 1..10000
Petri Rosendahl, On the identification problems in products of cycles, Discrete Mathematics, Volume 275, Issue 1, January 2004, pp 277-288.
Ralf Stephan, Some divide-and-conquer sequences ...
Ralf Stephan, Table of generating functions
FORMULA
a(n) = n + floor(log_2(n)).
MATHEMATICA
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Pete Rosendahl (perosen(AT)utu.fi), Mar 26 2003
EXTENSIONS
More terms from Antonio G. Astudillo (afg_astudillo(AT)lycos.com), Apr 06 2003
STATUS
approved