I have the matrix $M=\begin{bmatrix} 1&1&0&0\\ 0&0&0&1\\ 1&1&0&0\\ 0&0&1&1 \end{bmatrix}$,
and I am trying to find asymptotic bounds for the entries in the matrix as we take $M$ to the $k$th power for $k>1$. It's pretty easy to show that each entry of $M^k$ does not exceed $2^{k-2}$. The Perron-Frobenius theorem tells us something about the exponential growth rate of the matrix in terms of the eigenvalue with the largest absolute value. Is it possible to get closer? Possibly an expression that is asymptotically equivalent to the entries?
$M^3$ is a positive matrix, therefore $M$ is primitive and $M^k$ is asymptotically equivalent to $\lambda^k A$ according to the Perron-Frobenius theorem. Let $r$ be the real root of $r^3 + r^2 - 1$, $\mathbf v$ and $\mathbf w$ the eigenvectors of $M$ and $M^t$ corresponding to $r + 1$, then $$M^k \sim \frac {(r + 1)^k} {\mathbf v \cdot \mathbf w} \mathbf v \mathbf w^t = \frac {(r + 1)^k} {3 - r^2} \begin{pmatrix} r^2 & r^2 & r^3 & r \\ r^3 & r^3 & r^4 & r^2 \\ r^2 & r^2 & r^3 & r \\ r & r & r^2 & 1 \end{pmatrix}.$$