I have a certain matrix $$M:=\begin{bmatrix} 0&-2&0&0&0\\ 1&0&-4&0&0\\ 0&1&0&-6&0\\ 0&0&1&0&-8\\ 0&0&0&1&0\\ &&&&&\ddots\end{bmatrix}$$ where I would like to find a closed form for $M^n$. (The reason is a bit convoluted; but I'm mostly concerned with the first column and possibly other columns of $M^n$ - it encodes a certain sequence I'm studying).
I realise that an 'infinite dimensional matrix' doesn't make much sense; though I note that the first column of $M^k$ is the same as the first column of $M_{k+1}^k$ (where the subscript $M_k$ denotes truncation to a $k$x$k$ matrix). Hence I'm kind of looking at the limit of $M_{n+1}^n$, if that makes sense. I've not studied any sort of functional analysis either; only linear algebra.
I haven't made much progress so far. I believe diagonalisation is off the table;
- the eigenvalues diverge, going off of each truncation. All of them are purely imaginary, except one real eigenvalue (0) for odd truncations.
- the characteristic polynomials converge almost nowhere (the coefficients grow something like $(2x)!/x!$)
- I haven't noticed any pattern between the eigenvectors via computing them. There may be some by inspection but I haven't found any.
I feel the divergence may be to do with the elements in the matrix themselves diverging; I've seen other questions (see references) with similar 'infinite matrices' that can be diagonalised/have a convergent characteristic polynomial; in those, the terms were finite.
References:
If $M$ itself isn't diagonalisable, there are some other infinite matrices I would like to treat similarly. If there is anything I should study; any other way I could encode these sequences; or anything else, do comment. Thanks in advance!