I have the following recurrence: $a_{n+3}=3a_{n+2}-3a_{n+1}+a_n$ with initial values $a_1 = 1, a_2 = 4, a_3 = 9$
I have found the characteristic equation to be $x^3-3x^2+3x-1$ and the root to be 1.
My text book is not helpful in how I should go about solving this when I have a single root and don't have the $a_0$ value given.
Any tips on how I could move forward to solve this?