转盘随机游走:最后出现的扇区
A wheel of fortune
题目详情
A wheel of fortune has sectors labeled by . In each step the wheel is rotated by one sector to the left or to the right with equal probability. The procedure is repeated until every number from the set appears at least once on top of the wheel. If the number 1 is on top at the beginning, determine the probability that the last number that appears on top is , where .
解析
把扇区重标为 ,起始为 0。每步左右移动 1 等价于一维对称随机游走在环上探索新点。
对任意 ,最后一个“首次出现”的扇区在对称性下没有偏好,且总共有 个候选(不可能是起始 0)。
因此