Fibonacci Sequence 🌀
About Fibonacci Sequence
Generate the Fibonacci sequence or find specific terms. This famous sequence appears frequently in mathematics and nature.
Features
- Generate sequence up to 50 terms.
- Find specific Nth term up to 1000.
- High precision with BigInt.
- Instant generation.
How to Use
- Enter the number of terms (n).
- Click "Generate Sequence" to see the list.
- Click "Find Nth Term" for a specific number.
Formula
F(n) = F(n-1) + F(n-2), where F(0) = 0, F(1) = 1
worldofcalcs