The Fibonacci numbers are given by:
And in general they satisfy the following recursion relation:
For how many Fibonacci numbers does ?
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.
F ( n ) = n 2 for only 3 values of n , namely 0 , 1 , and 1 2 .
There are none greater than 1 2 , since the Fibonacci sequence increases much faster than n 2 for n > 1 2 .