The Fibonacci sequence is a series of numbers where a number is found by adding up the two numbers before it. Starting with 0 and 1, the sequence goes 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, and so forth. Written as a rule, the expression is xn = xn-1 + xn-2.
If you devide one number in the sequence by the previous one you will get a number close to phi. The longer you make the sequence the closer you will get to the exact value of phi.
What I just realized is that choose any two number and the sequence will always approach phi. Lets choose 1 and 99 as an example.
99,1,100,101,201,302,503,805,1308,2113,3421,5534,8955 If you devide 8955 by 5534 you get : 1,6181. If you continue the sequence it wil just get closer and closer to phi. In my experience you can do this with any two numbers.
If you devide one number in the sequence by the previous one you will get a number close to phi. The longer you make the sequence the closer you will get to the exact value of phi.
What I just realized is that choose any two number and the sequence will always approach phi. Lets choose 1 and 99 as an example.
99,1,100,101,201,302,503,805,1308,2113,3421,5534,8955 If you devide 8955 by 5534 you get : 1,6181. If you continue the sequence it wil just get closer and closer to phi. In my experience you can do this with any two numbers.