evaluate wher is the nth Fibonacci number. if, for some reason you think the summation diverges , enter 666.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
the easiest way to think about this perhaps is that when n approaches infinity, each Fibonacci number wil increase with common ration 1.618(the golden mean) but to slow them down, only 1.5 will work. so the function is increasing, hence when summed upto infinity, diverges.