Ask Your Question

Zombifier's profile - activity

2021-05-25 13:37:05 +0200 received badge  Taxonomist
2015-04-16 00:58:40 +0200 received badge  Famous Question (source)
2013-10-11 08:12:03 +0200 received badge  Notable Question (source)
2013-05-22 09:05:16 +0200 received badge  Popular Question (source)
2012-11-24 23:57:16 +0200 asked a question 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.