Consider the random walk on $\mathbb{Z}=\{\ldots,-2,-1,0,1,2,\ldots\}$ with transition probabilities $$ p_{i,j}= \begin{cases} p & \text{if } j=i+1,\\ 1-p &\text{if } j=i-1,\\ 0 &\text{otherwise} \end{cases} $$ Find $p_{i,j}^{(n)}=P(X_n=j \mid X_0=i)$ and deduce that the random walk is irreducible.
Should I derive a general formula similar to a binomial model with recombining trees and then prove it by induction or what? Can anyone give me a hint?