Lucas Number Calculator
Find the nth Lucas number.
Result
How to use
- Enter your values in the fields above.
- Press Calculate to see your result instantly.
- Use the Share button to copy a link to your result.
About this calculator
The Lucas sequence is defined by the same recurrence rule as Fibonacci — each term is the sum of the two before it (Lₙ = Lₙ₋₁ + Lₙ₋₂) — but it starts from different seed values: 2 and 1 instead of 0 and 1, producing 2, 1, 3, 4, 7, 11, 18, 29... Named after mathematician Édouard Lucas, who used this sequence to study Fibonacci numbers and develop primality tests, it shares deep structural properties with Fibonacci, including the same limiting ratio between consecutive terms that converges to the golden ratio φ ≈ 1.618.
Lucas numbers appear throughout number theory: they're central to the Lucas-Lehmer primality test used to find Mersenne primes (the basis of the largest known prime number searches), they satisfy elegant identities linking them back to Fibonacci numbers (such as Lₙ = Fₙ₋₁ + Fₙ₊₁), and computer science students encounter them as a standard example for practicing both recursive and closed-form (Binet-like) algorithm design.
This calculator computes the nth term of the Lucas sequence directly, letting you skip the manual recurrence and get the exact value for any position n.
Was this helpful?
Popular calculators
Loan Calculator
Monthly payment, total interest and full amortization schedule.
Percentage Calculator
Percent change, percent of, and ratio calculations.
Discount Calculator
Calculate final price, savings, and discount amount.
BMI Calculator
Body mass index from height and weight (metric or imperial).
Age Calculator
Compute your exact age in years, months and days from a birth date.
Compound Interest Calculator
Calculate the final amount and interest earned with compounding.
All Calculators
No calculators found
Comments (0)