login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A181534 Minimum number of rounds to be played to decide a two-player game of up to n rounds in which the winner of round j receives j points. 1
1, 2, 3, 3, 4, 5, 5, 6, 7, 7, 8, 9, 10, 10, 11, 12, 12, 13, 14, 15, 15, 16, 17, 17, 18, 19, 19, 20, 21, 22, 22, 23, 24, 24, 25, 26, 27, 27, 28, 29, 29, 30, 31, 31, 32, 33, 34, 34, 35, 36, 36, 37, 38, 39, 39, 40, 41, 41, 42, 43, 43, 44, 45, 46, 46, 47, 48, 48 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The game described above is played in the German TV Show 'Schlag den Raab'.
a(n) is the least k such that 2*A000217(k) > A000217(n). - Peter Kagey, Nov 07 2016
LINKS
EXAMPLE
For n = 15, the maximum number of rounds per game in the show, a(n) = 11. So there are at least eleven rounds to be played in each game.
MATHEMATICA
Table[ Ceiling[ -1/2 + Sqrt[1/4 + 2 Ceiling[(n^2 + n + 2)/4]]], {n, 1, 50} ]
PROG
(PARI) a(n)=ceil(sqrt((n^2 + n + 5)\4*2+1/4)-1/2) \\ Charles R Greathouse IV, Jun 19 2013
CROSSREFS
Sequence in context: A121928 A175406 A210435 * A258703 A067022 A113818
KEYWORD
nice,nonn,easy
AUTHOR
Oliver Gronau (ogronau(AT)web.de), Oct 29 2010
EXTENSIONS
More terms from Colin Barker, May 29 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 16 12:05 EDT 2024. Contains 371711 sequences. (Running on oeis4.)