Friday, August 10, 2007
Fibonacci sequence
Many of us have heard about Fibonacci sequence. Don't get yourself alarmed at the mention of the words. It is a very simple and easy sequence.
1 1 2 3 5 8 13 21 34 55 ................
What do you see in the sequence?
1+1=2
1+2=3
2+3=5
3+5=8
5+8=13
8+13=21
and so on.
So the trick is go on adding the successive terms to get the next term. Isn't it easy?
1 1 2 3 5 8 13 21 34 55 ................
What do you see in the sequence?
1+1=2
1+2=3
2+3=5
3+5=8
5+8=13
8+13=21
and so on.
So the trick is go on adding the successive terms to get the next term. Isn't it easy?