An $n$-sided dice is rolled until the cumulative sum of the top faces becomes $\ge n$. If $n$ is sufficiently large, what is the expected no. of rolls required? It appears that expected no. of rolls approach $e$. I don't know how to prove it.
This problem is a variation of this problem.
http://www.cseblog.com/2014/12/expected-number-of-attempts-broken.html
The solution is mentioned in the comment section. It is indeed $e$.
For $n=1,2,\dots$ and $k\in\{1,\dots,n\}$ let $\mu_{n,k}$ denote the expected number of rolls needed to get a sum $\geq k$.
You are after expressions for $\mu_{n,n}$ and $\lim_{n\to\infty}\mu_{n,n}$, and we have:$$\mu_{n,k}=1+\frac{1}{n}\sum_{i=1}^{k-1}\mu_{n,i}$$
This equation appears if you work out the following:
If $X_{n,k}$ denotes the number of rolls needed to get a sum $\geq k$ and $D$ denotes the outcome of the first toss then:
$$\mu_{n,k}=\mathbb{E}X_{n,k}=\sum_{i=1}^{n}\mathbb{E}\left(X_{n,k}\mid D=i\right)\Pr\left(D=i\right)$$
Note here that $\mathbb{E}\left(X_{n,k}\mid D=i\right)=1+\mu_{n,k-i}$ if $i<k$ and $\mathbb{E}\left(X_{n,k}\mid D=i\right)=1$ otherwise.
This leads to:$$\mu_{n,k+1}=1+\frac{1}{n}\sum_{i=1}^{k}\mu_{n,i}=1+\frac{1}{n}\left(\mu_{n,k}+n\left(\mu_{n,k}-1\right)\right)=\left(1+\frac{1}{n}\right)\mu_{n,k}$$
And finally to:$$\mu_{n,n}=\left(1+\frac{1}{n}\right)^{n-1}$$
Then evidently: $$\lim_{n\to\infty}\mu_{n,n}=e$$