Fibonacci Generator

Generate Fibonacci sequence numbers up to any limit.

Ad Slot
Ad Slot

Frequently asked questions

What's the maximum number of terms it will generate?

50 — the term count is clamped between 1 and 50 even if you type a higher number.

What does "Start from 0 or 1" actually change?

It sets the first term of the sequence; the second term is always 1 either way, so starting from 0 gives 0, 1, 1, 2, 3... while starting from 1 gives 1, 1, 2, 3, 5...

We use cookies for analytics and to show ads that keep this site free. No personal data is sold.