Consider a random walk on $\mathbb{Z}$ with step distribution $$\mathbb{P}(X_1 = n) = \frac{1}{2}\left ( \frac{1}{|n|^{\alpha}} - \frac{1}{(|n| + 1)^{\alpha}} \right ), \ \ \ \ n \neq 0.$$ I am trying to find the values $\alpha >0$ that makes the random walk recurrent. I know that, if the random walk starts at $1$, I need to show that $$\sum_{n=1}^{\infty}\mathbb{P}(S_n = 1) = \infty.$$ However, I cannot find a closed formula for the return probability. For example, if the random walk starts at $1$, then $\mathbb{P}(S_2 = 1)$ is easy to find since that means the random walk went up $n$ steps and then went down $n$ steps. But for $n>2$ it becomes much more complicated.
Can anyone help? Thanks!