The Fibonacci sequence starts at zero. This sequence is when you add the previous number to the current number. At the start the current number is 1 and the previous is zero. 0 1 1 2 3 5 8 13 21 etc.