For given number $p \in (0,1)$ consider Markov chain of states $E = \mathbb{Z}$ and transition matrix such that $p_{0,1} = p_{0,-1} = \frac{1}{2}$ and $p_{k,k+1} = p_{-k, -k-1} = p ,$ $ \ \ p_{k,k-1} = p_{-k -k+1} = 1-p$ for $k=1,2,...$. Check recurrence of this Markov chain.
We know for irreducible Markov chain every state is either recurrent or transient so it's enough to examine recurrence of state $0$. We have criterium $\displaystyle \sum _{n=1}^{\infty}p_{00}(n) = \infty$ then state $0$ is recurrent but here it's seems hard to calculate $p_{00}(n)$ and I have no idea how to find it. Another approach would be checking if $\displaystyle \sum _{n=1}^{\infty}f_{00}(n) = 1$ where $f_{00}(n)$ is probability of first visit in $0$ leaving from $0$ but again i don't know how to finish it.