Which of the following is equivalent to ?
Note: is equivalent to the th number in the Fibonacci Sequence.
This problem is part of the Multiplibonacci set.
Multiplibonacci #1 (do this first!)
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.
From the solution to Multiplibonacci #2 , we know that the n th Multiplibonacci number's power is always going to be the n − 1 st Fibonacci number.
This means that x M n = x ( F n − 1 ) .