Fibonacci Sequence Generator
A Fibonacci generator produces the sequence where each number is the sum of the two before it, starting from zero and one. You can ask for a set number of terms, generate every term up to a maximum value, or jump straight to a single term by its position. Enter whichever you need and the generator returns the sequence or the term. The ratio between consecutive terms drifts towards the golden ratio as the sequence goes on.