<td val[/IMG]Fibonacci sequence is a sequence of numbers where each number is obtained from
the sum of the previous two series. Thus, the first 10 numbers of the
Fibonacci sequence are:
1, 1, 2, 3, 5, 8, 13, 21, 34, 55, ...
(first 2 numbers are predefined and the rest are obtained recursively...