A number in the Fibonacci base is defined as follows:
The number is composed of a string of 1's and 0's (like binary)
No two consecutive 1's occur in any number (e.g. 1 0 1 0 0 0 1 0 1 F is a number in the Fibonacci base.)
The place value of each digit from left to right is corresponding to the Fibonacci sequence
Conversion to base 10 requires multiplying the place value by it's corresponding digit. e.g.
1 0 0 1 0 1 F = 1 × F 1 + 0 × F 2 + 1 × F 3 + 0 × F 4 + 0 × F 5 + 1 × F 6 = 1 + 3 + 1 3 = 1 6
Do all natural numbers have a representation in the Fibonacci base?
The Fibonacci sequence is defined as:
F 1 = 1 , F 2 = 2 , F n = F n − 1 + F n − 2 for n > 2
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.
No explanations have been posted yet. Check back later!
Problem Loading...
Note Loading...
Set Loading...