Let $\{X_n\}$ be a birth and death chain on $\mathbb{Z}$.
Let $p_0, p_1, ..., p_m \in (0,1)$ and label state $i$ by $[i]_m = i \text{(mod $m$)}$
Suppose that $p_{i} = $ probability of going from state $[i]_m$ to state $[i+1]_m$
Note that this implies that $1 - p_{i} = $ probability of going from state $[i]_m$ to state $[i-1]_m$
Essentially, what we have is a random walk on the integers with probabilities of going forward $p_i$, and backwards $1-p_i$.
MY QUESTION: I'm interested in finding the limiting proportion of time spent in each state modulo $m$ (each "type of state", as it were).
Now, in the case of the simple random walk (i.e. all the $p_i = 1/2$), the limiting proportion of time spent in state type $[i]_m$ is simply $1/m$. But I'm not sure how to deal with my situation here...
Can anyone help me?
This is a Markov chain on $\{0,1,\ldots,m-1\}$ with transition probabilities $$ P_{ij} = \begin{cases} p_i,& j\equiv i+1\bmod m\\ 1-p_j,& j\equiv i-1\bmod m\\ 0,& \text{ otherwise}. \end{cases} $$ Assuming that $m$ is even so that that the chain is aperiodic, the stationary distribution $\pi$ satisfies $$ \pi_k = \frac{p_{k-1}}{1-p_{k-1}}\pi_{k-1},\ 1\leqslant k\leqslant m-1 $$ which yields the recurrence $$ \pi_k = \pi_0\prod_{i=0}^{k-1}\frac{p_i}{1-p_i}. $$ It follows that $$ \pi_k = \left(\prod_{i=0}^{k-1}\frac{p_i}{1-p_i}\right)\left(\sum_{\ell=0}^{m-1}\prod_{j=0}^{\ell-1}\frac{p_j}{1-p_j}\right)^{-1}. $$