A random walk $S_n = X_1+\cdots+X_n$ with independent and identically distributed steps $X_i$'s.
Assume $X_i$ is uniform distributed on integer values $\{1,2,3,\cdots, L\}$, i.e $P(X_i = l) = \frac{1}{L}$ for $l\in\{1,2,3,\cdots, L\}$.
Now consider the path $S_n, n\in\mathbb{N}$, i.e each path will take infinite steps and approach to $+\infty$. Let $p_m = P(\text{the path of the random walk path reaches integer m})$
Does $\lim_{m\rightarrow\infty} p_m$ exist? If it does, then what's the value of it?
It does exist and the limit is $\frac 2{L+1}$. The informal proof is that on each step you average $\frac {L+1}2$ increase in coordinate. A more formal proof would be to formulate a Markov chain where $p_m$ is the average of $p_{m-1}$ through $p{m-L}$ because you get to $m$ with probability $\frac 1L$ from any of those. The starting condition is $p_0=1, p_{\lt 0}=0$