Fibonacci Calculator

Fibonacci Calculator

This calculator computes the Fibonacci number for a given position in the sequence, and lists all the numbers up to that point.

The Fibonacci sequence starts with 0 and 1, and each subsequent number is the sum of the two preceding ones.