Recursion Relations

45 Views Asked by At

Why is it required that a recursion be bounded?

For example given $U_n = aU_{n-1} + c$ where $a$ and $c$ are constants. Why is it necessary that you specify that $n>1$ in your response.