Question
The Fibonacci sequence 1, 1, 2, 3, 5, 8, 13, 21, ... starts with two 1s, and each term afterwards is the sum of its two predecessors. Which one of the ten digits is the last to appear in the units position of a number in the Fibonacci sequence?
Answers
just list the terms. 6 is the last to appear.
Related Questions
One interesting property of a Fibonacci sequence is that the ratio of the values of adjacent members...
Like the Fibonacci sequence, a certain sequence satisfies the recurrence relation an=an−1+an−2. Unli...
Recall that the Fibonacci sequence {fn} is defined as follows: f1 = f2 = 1, and
Fn = fn−2 + fn−1,...
The Fibonacci sequence starts with the numbers 0, 1, 1, 2, 3, 5, 8,... What are the next three terms...