We roll a dice. If we get 6, then we roll again. What's the expected value of sum of rolls?
Let $X$ be the sum. In this game we can only obtain sum in form $6k + x$ where $k \in \mathbb{Z}$ and $x \in \{1,2,3,4,5\}$. If $n$ is in this form then probability of obtaining it is equal $(\frac{1}{6})^{[\frac{n}{6}]}\cdot\frac{1}{6}$. To get the expected value I would to sum only these $n$ which are in this form but I don't know how to properly do it. Or maybe my idea is wrong?