fibonacci sequence is a sequence of numbers where each number in sequence is equal to the sum of the two before him. starting with 0 and 1, the sequence is 0, 1, 1, 2, 3, 5, 8 etc
2006-07-01 00:33:17
·
answer #1
·
answered by Bruno 3
·
0⤊
0⤋
Hi!
The Fibonacci sequence is a mathematical proof, which generally states that after a first set of 2 numbers, the 3rd and subsequent remaining numbers in the sequence are composed of the addition of the two number before it.
For example:
1, 1, 2, 3, 5, 8, 13, 21
1+1=2+3=5+3=8+5=13+8=21
Most recently, the Fibonacci sequence was featured in the book and movie The DaVinci Code by Dan Brown.
:)
2006-07-01 07:36:06
·
answer #2
·
answered by negotiator 2
·
0⤊
0⤋
Beyond the basic definition, which others have answered you with, check this link!...
http://www.mcs.surrey.ac.uk/Personal/R.Knott/Fibonacci/fibnat.html#spiral
It provides visual examples of the fibonacci sequence in action, such as how the fibonacci spiral is created, etc. Enjoy!
2006-07-01 07:43:00
·
answer #3
·
answered by slowtraincoming 1
·
0⤊
0⤋
the best answer to this question is that fibonacci sequence is a recursive function which call it self every time
in algebraic defintion x(n)= x(n-1) + x(n-2) where n is the term number. where only predefined terms are x0 = 0, x1 = 1..
other meaning is that the term number is equal to the previous number added to the previous previous number
2006-07-01 09:52:30
·
answer #4
·
answered by salamoza35 2
·
0⤊
0⤋
it is the sequence of numbers that when u add the two previous numbers it will give you a sum which is equal to the next number..
...,-55 , 34, -21, 13, -8, 5, -3, 2, -1, 1, 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55,...
2006-07-01 08:17:27
·
answer #5
·
answered by Anonymous
·
0⤊
0⤋
A sequence made famous in the Da Vinci Code! Used to solve codes.
2006-07-01 07:59:38
·
answer #6
·
answered by poppet 6
·
0⤊
0⤋
it's a series of numbers that is generated by adding the two that came before it starting with both ones.
1,1,2,3,5,8,13,21,34,55, etc.
2006-07-01 08:04:00
·
answer #7
·
answered by The Frontrunner 5
·
0⤊
0⤋
1,1,2,3,5,8,13, 21....
Each term is derived from the addition of the preceding two terms.
2006-07-01 07:33:30
·
answer #8
·
answered by P. M 5
·
0⤊
0⤋
1,1,2,3,5,8,13,21...k(i-1),k(i), k(i+1)...
with
k(i+1)=k(i)+k(i-1)
2006-07-01 08:40:34
·
answer #9
·
answered by hehezzzzz 2
·
0⤊
0⤋