← All Tools

๐Ÿš Fibonacci Generator

Generate the first N terms of the Fibonacci (or Lucas) sequence, or jump straight to a single huge nth term with BigInt precision. See the golden-ratio convergence, digit counts, and sum. No server โ€” everything runs in your browser.

Parameters

Max 10,000 terms. Terms beyond ~20,000 digits get very large fast โ€” but BigInt can still handle them.

Statistics

Last term F(n)
โ€”
Number of digits in F(n)
โ€”
Sum of first n terms
โ€”
Ratio F(n)/F(nโˆ’1) (ฯ†)
โ€”

Nth Term (fast doubling)

Compute a single term without generating the whole sequence โ€” works in O(log n).

Direct F(n)
โ€”

Sequence

Generate a sequence to see terms