I have a problem finding a simple form for $\exp(M)$ (or $\exp(tM)$), where $$M = \begin{pmatrix} 1 & a & a^2 & \dots & a^{n-1} \\ 0 & \ddots & \ddots & \ddots & \vdots \\ \vdots & \ddots & \ddots & \ddots & a^2 \\ \vdots & & \ddots & \ddots & a \\ 0 & \dots & \dots & 0 & 1 \end{pmatrix}$$ As $M$ has only one eigenvalue, I can write $$\exp(M) = \exp(I_n)\sum_{k=0}^{n-1} \frac{1}{k!}(M-I_n)^n$$ with $M-I_n$ nilpotent of order $n$. But I can't find a closed form for the sum.
With clear notations, I can write $M=\sum_{k=0}^{n-1} a^kJ^k$ ($J$ being the matrix with ones just above the diagonal, zeroes everywhere), but it doesn't seem to get me anywhere.
Some experimentation with MuPAD tells me $\exp(t(M-I_n))$ should be some polynomial function in $a$, $J$ and $t$ (which I can prove quite easily), but there is nothing really clear about the coefficients.
Does anyone have an idea where I could go from here ?
Thanks.