I have the following problem: Define a sequence $(a_n)$ where $a_1 = 4$ and $a_n = 4a_{n-1} - 4$. Find a closed form for $a_n$.
So basically I usually know how to deal with recursions like $a_n = a_{n-1}+ a_{n-2}$ or things like that, but since this one has a constant I can't seem to get the correct characteristic equation.
Could anybody help me?
For that particular sequence: