Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to find limit of a recursive sequence?

For example, I have this sequence: f(0) = 1 f(n) = 1/5 * (f(n-1)^2 + f(n-1) + 3) How do I find the limit of this sequence? I have been searching for how to do this for a while, but I can't find the answer.