A game of random descent is a randomly generated series of decreasing (not strictly decreasing) natural numbers that are generated randomly by the following rules:
What kind of function (when you ignore constants, coefficients and lower degree terms) best describes the expected number of iterations until the game ends at ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
At every iteration, the exspected value of the chosen new number is 2 n , so the set of possibilities is split in half every time. Therefore, the number of iterations until 1 is selected is approximately lo g 2 n .