Let be the th Fibonacci number. Find the first four digits of the number of digits of , where .
Details: and and .
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.
In general the number of digits of a number in base 10 is lo g 1 0 number
Using Binet's Formula for F n = 5 ( 2 1 + 5 ) n − ( 2 1 − 5 ) n
and the fact that ( 2 1 − 5 ) n is essentially 0 at n = 1 0 1 2
Then the number of digits is 1 0 1 2 lo g 1 0 2 1 + 5 m o d 1 0 8 = 2 0 8 9
Almost any calculator can evaluate lo g 1 0 2 1 + 5 and you take the first 4 digits after the decimal.