I would like to construct a subsequence of the sequence $\large a_n = \frac{1}{n}$, so that the indices of the subsequence are determined by:
$n_1 = 1$ and $n_{k+1}$ is the smallest integer greater than $n_k$, such that if $m,n > n_{k+1}$, we have $|a_m - a_n| < 2^{-k-2}$.
If $m,n>n_{k+1}$ then $$\left|\frac1n-\frac1m\right|<\frac1{n_{k+1}+1}.$$
On the other hand, $n=n_{k+1}+1,$ then: $$\lim_{m\to\infty}\left|\frac1n-\frac1m\right|=\frac1{n}=\frac1{n_{k+1}+1}$$
So you want $\frac1{n_{k+1}+1}\leq \frac1{2^{k+2}},$ or $n_{k+1}\geq 2^{k+2}-1.$ So the smallest we can choose is $n_{k+1}=2^{k+2}-1.$