The Fibonacci sequence has to be thought of in these terms:
F₀, F₁, F₂, F₃, F₄, F₅, F₆, F₇, etc, etc
----------------------
Now:
F₀=0
F₁=1
The formula you use to get the other numbers is:

--------------
So:

And:

------------
If you continue using the formula, you should get a sequence that starts off like this:
0, 1, 1, 2, 3, 5, 8,
13,
21,
34, etc, etc