Introduction - If you have any usage issues, please Google them yourself
Fibonacci sequence refers to such a series: 1,1,2,3,5,8,13,21,34 ......
This sequence begins with the third term, each equal to the sum of the first two terms.
Given a positive integer n, what is the nth number in the Fibonacci sequence