I'm looking for a simple example sequence $\{X_n\}$ that converges in probability but not almost surely.
The example I have right now is Exercise 47 (1.116) from Shao:
$ X_n(w) = \begin{cases}1 &k/2^m \leq w \leq k+ 1/2^m \\ 0 &o.w. \end{cases}$
for $w \in [0,1]$ and integer $m$. In this case, since $m$ is arbitrary, you can find an infinite sequence $\{n_m\}$ where $X_{n_m} (w) = 1$.
Can you provide a simpler example? Thanks!