Find the value of
where is the th Fibonacci number, defined by the recurrence relation with .
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.
n = 1 ∑ ∞ F n F n + 2 F n + 1 = n = 1 ∑ ∞ F n F n + 2 F n + 2 − F n = n = 1 ∑ ∞ ( F n 1 − F n + 2 1 ) = F 1 1 + F 2 1 = 2