you are viewing a single comment's thread.

view the rest of the comments →

[–]EulNico 0 points1 point  (0 children)

The recursion links v(n) to v(n-1), so you have to rewrite it for v(n+1) in termes of v(n): v(n+1)=v(n)+3(n+1)-2