[UVA] 763 - Fibinary Numbers
Fibinary Numbers
The standard interpretation of the binary number 1010 is 8 + 2 = 10. An alternate way to
view the sequence ``1010'' is to use Fibonacci numbers as bases instead of powers of two.
For this problem, the terms of the Fibonacci sequence are:
...