Consider a gambling game in which on any turn you win \$1 with the probability $p=0.4$ and you loose \$1 with the probability $p=0.4$. We have that $p(i,j)=p\{X_{n+1}=j\mid X_n=i\}$ and thus, for $N=5$,
$$\big(p(i,j)\big)_{0\leq i,j\leq 5}=\begin{pmatrix}1.0&0&0&0&0&0\\0.6&0&0.4&0&0&0\\0&0.6&0&0.4&0&0\\0&0&0.6&0&0.4&0\\0&0&0&0.6&0&0.4\\0&0&0&0&0&1.0\end{pmatrix}.$$
I don't understand why $p(0,0)=1=p(N,N)$. Morevove, I don't see how to read this matrix. Is for example $p(3,4)=p\{X_4=4\mid X_3=3\}$ ?
And is $p(0,0)=p\{X_0=0\mid X_0=0\}$ and $p(5,5)=p\{X_5=5\mid X_5=5\}$. My interpretation looks strange...
EDIT
Since I don't have any answer from Tlön Uqbar Orbis Tertius, let see this example: Let $X_n$ be the wether on the day $n$. The weather it's not exactly a Markov chain, but we'll suppose that it is. Let $1=rainy$ and $2=sunny$. How would you interpret $$\begin{array}{ccc}&\boldsymbol 1&\boldsymbol 2\\ \boldsymbol 1&.6&.4\\\boldsymbol 2&.2&.8\end{array} \ \ \ \ ?$$ Does $p(1,2)=p\{X-2=2\mid X_1=1\}$ ? If yes, how to compute $p(n,n+1)$ if $n>2$ ? Because here we just have the results for $n\in\{1,2\}$.