As per comments, I've added the original question below (I'm new here, sorry!): $$A^n=\begin{bmatrix}1&3^n - 1\\0&3^n\end{bmatrix}$$
for all integers n ≥ 1, where $$A = \begin{bmatrix}1&2\\0&3\end{bmatrix}$$
I want to prove that n is true when n = k+1. I have figured out the base step. That leaves the recursive step. I made k+1 of the form
$$k+1 = A*A^n = \begin{bmatrix}1&2\\0&3\end{bmatrix}\begin{bmatrix}1&3^n - 1\\0&3^n\end{bmatrix} $$
Multiplying the 2 matrices I get:
$$k+1 = \begin{bmatrix}1&3^n - 1 + 2*3^n\\0&3*3^n\end{bmatrix} $$
I don't know how to go any further except to simplify the bottom-right term, where it becomes 3^(n+1)