Recursive Sequence Calculator - Fibonacci, Lucas, Padovan

🔍 搜尋計算器

輸入關鍵字快速找到你需要的工具,支援模糊搜尋

What are you solving?

Tap a common sequence or textbook problem — we'll set it up for you.

Classic sequences
Word problems (same math, real context)

Sequence setup

Recurrence coefficients

Try p=1, q=1 — this generalizes Fibonacci. Formula: aₙ = p·aₙ₋₁ + q·aₙ₋₂
Advanced: characteristic equation & golden ratio
x² - x - 1 = 0

Step-by-step (for showing your work)

Copy these lines directly into your solution.

nth term n = 10
0
If your textbook counts F(1)=1 as the first term instead of F(0)=0, shift the index by one — check your course's convention.
Full sequence
Copies as: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55 — always full, never truncated

Extra results

Convergence ratio aₙ/aₙ₋₁
-
Terms calculated
0

Golden Ratio difference

φ Error: 0

Sequence Values Chart

Ratio Convergence Chart

About Recursive Sequence Calculator

The Recursive Sequence Calculator is a professional mathematical tool that helps you calculate and analyze various recursive sequences, including the famous Fibonacci, Lucas, and Padovan sequences, as well as custom recurrence relations.

Features

How to Use

  1. Select sequence type: Fibonacci, Lucas, Padovan, or custom recurrence
  2. Set initial values (a₀, a₁, a₂) and recurrence coefficients (if applicable)
  3. Enter the term number n to calculate (1-50)
  4. View calculation results including n-th term value, convergence ratio, and characteristic equation
  5. Analyze charts to observe sequence growth trends and convergence behavior
  6. Export PDF report or share calculation results

What is the Fibonacci Sequence?

The Fibonacci Sequence is one of the most famous recursive sequences, defined as F(n) = F(n-1) + F(n-2) with initial values F(0)=0, F(1)=1. Each term is the sum of the two preceding ones, and the ratio of consecutive terms converges to the golden ratio φ ≈ 1.618.

What is the Lucas Sequence?

The Lucas Sequence has the same recurrence relation as Fibonacci, L(n) = L(n-1) + L(n-2), but uses different initial values L(0)=2, L(1)=1. It also converges to the golden ratio.

What is the Padovan Sequence?

The Padovan Sequence is a third-order recursive sequence defined as P(n) = P(n-2) + P(n-3) with initial values P(0)=P(1)=P(2)=1. Its ratio converges to the plastic number ψ ≈ 1.324718.

Characteristic Equation & Closed-Form Solution

Linear recursive sequences can be solved using characteristic equations to obtain closed-form solutions (Binet's Formula). For Fibonacci the characteristic equation is x² - x - 1 = 0, whose roots include the golden ratio.

Practical Applications

Recursive sequences appear throughout computer science (dynamic programming), biology (population growth), finance, physics, and design. The classic rabbit-breeding and climbing-stairs problems are both modeled by the Fibonacci sequence.

Usage Tips

語言 (Language)
繁體中文
English
問題回報
加入收藏