Given bowls arranged in a circle, balls are distributed amongst them.
Initially the balls are distributed randomly: for each ball, a bowl is chosen equiprobably and independently of the other balls. After this is done, we start the following process:
Choose one of the balls equiprobably at random.
Choose a direction to move - either clockwise or anticlockwise - again equiprobably at random.
Move the chosen ball to the neighbouring bowl in the chosen direction.
Return to step 1.
This process stops when all the balls are located in the same bowl. Note that this may be after zero steps, if the balls happen to have been initially distributed all in the same bowl.
Let be the expected number of times we move a ball before the process stops. For example, , , , and .
Let . For example, and . You are also given that in scientific format with 12 significant digits after the decimal point.
Find . Give your answer in scientific format with 12 significant digits after the decimal point.