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.
1 | initial version | asked 2012-11-24 23:57:16 +0100 Anonymous |
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.