Arithmetic, geometric & Fibonacci
Number Sequence Calculator
This calculator finds the n-th term and the sum of the first n terms for arithmetic, geometric, and Fibonacci sequences. Enter a first term and common difference or ratio (Fibonacci uses Fโ = Fโ = 1), pick target n up to 500, and read the Result panel plus step-by-step Logic Trace. It also shows a term preview bar, optional Sโ when |r| < 1, and copyable first 20 terms. It does not infer a pattern from a list you provide.
By Jeff Beem
Updated
Sequence Laboratory
Choose a sequence type and enter the parameters. The Analytical Dashboard on the right shows the n-th term, sum, and a visual trace.
1 to 500. For Fibonacci, large n may produce very large terms.
Formula
aโ = aโ + (nโ1)d = 2 + (10โ1)ร3 = 29
First 10 terms (preview)
Preview shows up to 10 terms; copy exports the first 20.
Logic Trace
| Step | Detail |
|---|---|
| Formula | aโ = aโ + (nโ1)d |
| Substitute | aโ = 2 + (10โ1)ร3 |
| Simplify | aโ = 2 + 27 = 29 |
| Sum Sโ | Sโ = n/2 ร (2aโ + (nโ1)d) = 10/2 ร (4 + 27) = 155 |
Reading your sequence results
A number sequence is an ordered list that follows a rule. Choose the rule that matches your problem, enter the starting values, and the panels on the right show both the term you asked for and the sum of all terms up to that point.
Formula and Last additions boxes
Switch modes to compare
Number sequence calculator: n-th term and sum
Find any term and the sum of the first n entries in arithmetic, geometric, or Fibonacci sequences, with step-by-step work shown alongside the answer.
What this calculator returns
- Arithmetic (constant difference d):Each term is the previous term plus d. The n-th term isThe partial sum of the first n terms is
- Geometric (constant ratio r):Each term is the previous term times r. The n-th term isFor a finite sum when r โ 1, useWhen |r| < 1, the infinite sum converges to
- Fibonacci (on this page Fโ = Fโ = 1):For n โฅ 3, each term followsThe sum of the first n terms equals
How the math works
Controls in Sequence Laboratory
- Sequence type:Three toggle buttons pick arithmetic, geometric, or Fibonacci. The input fields change to match.
- First term (aโ), d, and r:aโ is where the sequence starts. d is the fixed add-on for arithmetic; r is the fixed multiplier for geometric. Fibonacci hides these because the rule is built in.
- Target n:Which term you want (1 through 500). Both the n-th term and Sโ use this same index.
- Result, preview bar, Logic Trace, Copy:Result holds the headline numbers; First 10 terms (preview) sketches the opening of the list; Logic Trace shows the work; Copy 20 terms to clipboard exports twenty values for reuse elsewhere.
Number Sequence Calculator FAQ
What does the Result panel show?
What inputs does each sequence type use?
What is the Logic Trace table?
When does the infinite geometric sum appear?
How is Fibonacci indexed on this page?
What do the term preview and copy button do?
Mathematical Reference Note
Calculation Logic: This tool uses standard mathematical algorithms. While we strive for accuracy, errors in logic or user input can result in incorrect data.
Verification: Results should be cross-checked if used for important academic, professional, or personal calculations.
Standard Terms: This tool is provided free of charge and as-is. CalcRegistry provides no warranty regarding the accuracy or fitness of these results for your specific needs.