Consider a Markov chain with state space $\{0,1,2,3,4,5\}$ and transition probability matrix $$P= \begin{pmatrix} 0&1&0&0&0&0\\ 1/5&0&4/5&0&0&0\\ 0&2/5&0&3/5&0&0\\ 0&0&3/5&0&2/5&0\\ 0&0&0&4/5&0&1/5\\ 0&0&0&0&1&0 \end{pmatrix} $$ One can check directly that $P$ has a stationary distribution $\pi$ with $$ \pi=\bigg(\frac{1}{32},\frac{5}{32},\frac{10}{32},\frac{10}{32},\frac{5}{32},\frac{1}{32}\bigg). $$ A theorem says that the stationary distribution for a regular matrix is also its limiting distribution. Unfortunately, $P$ is not a regular matrix (due to the zero diagonal), and thus the theorem is not applicable. But I don't know if the "regular" condition could be relaxed or not. Here is my question:
Is $\pi$ also the limiting distribution of $P$?