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

  1. Enter the number of terms (n).
  2. Click "Generate Sequence" to see the list.
  3. Click "Find Nth Term" for a specific number.

Formula

F(n) = F(n-1) + F(n-2), where F(0) = 0, F(1) = 1