I am new here so please let me know if I must resentence the exercice. I considered it too short not to include it in the title too.
Let $ A= \begin{pmatrix} a & b & c \\ 0 & a & b \\ 0 & 0 & a \\ \end{pmatrix}$
Find $A^n$
I tried finding the matrix's first 4 or 5 powers and it looks like a pettern can be noticed but I can't seem to find a form for the element on line 3 row 3. I haven't tried using a binomial expansion though, writing the matrix as $$ \begin{pmatrix} 0 & b & c \\ 0 & 0 & b \\ 0 & 0 & 0 \\ \end{pmatrix}+ a \begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \\ \end{pmatrix} $$
the second one being the identity matrix times $a.$