Sequence Calculator
Generate arithmetic, geometric, Fibonacci, and custom number sequences, then find sums and nth terms instantly.
About the sequence calculator
Sequence examples
| Inputs | Result | Explanation |
|---|---|---|
| Arithmetic: first 2, difference 3, five terms | 2, 5, 8, 11, 14 | Add three after every term; the sum is 40. |
| Geometric: first 3, ratio 2, five terms | 3, 6, 12, 24, 48 | Multiply every term by two; the sum is 93. |
| Fibonacci: eight terms | 0, 1, 1, 2, 3, 5, 8, 13 | Each term after the first two is the sum of its predecessors. |
How to use the sequence calculator
- Choose arithmetic, geometric, Fibonacci, or custom sequence mode.
- Enter the first term and common difference or ratio when those fields appear.
- Set the number of terms and optionally enter an nth-term position.
- Select Calculate Sequence to generate the values, sum, and requested term.
Sequence calculator FAQ
What is the difference between arithmetic and geometric sequences?
An arithmetic sequence adds the same difference each time. A geometric sequence multiplies by the same ratio each time, so its growth or decay is exponential.
How is an arithmetic nth term calculated?
Start with the first term and add the common difference n - 1 times. The direct rule is a(n) = a(1) + (n - 1)d.
Does the Fibonacci sequence start with zero or one?
Both conventions occur in published mathematics. This calculator uses zero and one, producing 0, 1, 1, 2, 3, 5, and so forth.
Can a sequence decrease?
Yes, an arithmetic sequence decreases when its common difference is negative. A geometric sequence can decay when the ratio has an absolute value below one.
What does the custom sequence mode do?
Custom mode displays and totals the numeric terms you provide. It does not guess a formula because a finite list can match many different rules.