Fibonacci Calculator
Generate the Fibonacci sequence, find the nth Fibonacci number, or check if a number belongs to the sequence.
About Fibonacci Calculator
This free Fibonacci calculator lets you generate the Fibonacci sequence up to 100 terms, compute the nth Fibonacci number using BigInt for exact results beyond JavaScript's safe integer range, and check whether any number belongs to the Fibonacci sequence. Each result shows the golden ratio approximation and includes Binet's formula for the nth term.
Sequence Generation
Generate up to 100 consecutive Fibonacci terms in a scrollable display. Watch the ratio between consecutive terms approach the golden ratio.
BigInt Precision
For positions beyond 78, BigInt arithmetic ensures exact results with no rounding errors, clearly marked as exact.
Fibonacci Checker
Test any positive integer to see if it belongs to the Fibonacci sequence, and find its exact position if it does.
Golden Ratio
Every calculation includes the golden ratio (phi = 1.618...) and Binet's formula approximation for deeper mathematical insight.