Let denote the nth Fibonacci number. What is the value of the expression above?
To clarify: are the initials terms of the Fibonacci sequence.
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.
Note that we need 10^4+1 fibonacci numbers because 0 is the 0th, and we do not subtract one from (e.g fib[10**2]) because 0 is the 0th number.