The following is a schematic program. Details will depend on the language.
n1 = 1
output n1
n2 = 1
output n2
.
start loop
n3 = n1 + n2
output n3
got enough numbers?
if yes go to end else
n1 <- n2 (replace the value of n1 by n2)
n2 <- n3 (replace the value of n2 by n3)
loop back
.
end
middle ages
Leonardo Fibonacci discovered the number sequence which is named after him.
The 9th number in the Fibonacci Sequence is 34, and the 10th number in the Fibonacci sequence is 89.
There is the Fibonacci sequence but what is the Fibonacci code?
Leonardo Fibonacci was the father and creator of the fibonacci sequence a very famous mathematic sequence
The 20th Fibonacci number in the sequence is 6,765.
The 16th number of the Fibonacci sequence is 987.
The Fibonacci sequence requires two numbers as "seeds".
42
Yes.
The 9th term of the Fibonacci Sequence is 34Fibonacci Sequence up to the 15th term:1123581321345589144233377610
Start with 1 and 2. Then each number in the Fibonacci sequence is the sum of the previous two numbers in the sequence.