Fibonacci Sequence

This program calculates the Fibonacci sequence up to the nth term, which is the sum of the two preceding terms. The sequence starts with 0 and 1.