Building the sequence
With the 0, 1 start, the page builds the list term by term: each entry after the first two is the sum of its two predecessors, so the sequence runs 0, 1, 1, 2, 3, 5, 8, 13 and on. The recurrence is the whole definition; the values need no other formula. Because the addition compounds, the sequence grows exponentially, roughly by the golden ratio each step.