Thought I would post that I solved the recursive equation.
For those that wish to know,
Start by defining some infinite dimensional vectors:
V_0=(-3,2,0,0,0,0,...)
V_1=(-15,30,-8,0,0,0,...)
In general,
V_k=(a(1,k),a(2,k),...)
Notice, if we define the linear...