100% Free No Sign-Up Unlimited Use No Limits Secure & Private
PDF Tools Calculators Categories Guides Contact No Sign-Up Needed to Use This Site
nth Term
--
Sum (Sₙ)
--
First Term
--
Last Term
--
Average
--
nTerm

Generate arithmetic, geometric, Fibonacci, or custom-formula number sequences, and instantly see the nth term, the running sum, and a full term-by-term table.

How It Works

How Number Sequence Calculator Works

An arithmetic sequence adds the same fixed amount (the common difference, d) to get each next term, so the nth term equals a₁ + (n−1)d. A geometric sequence instead multiplies by a fixed common ratio r each time, so its nth term equals a₁ × r^(n−1) — arithmetic sequences grow at a constant rate, while geometric sequences grow (or shrink) exponentially.

The Fibonacci mode starts with two 1s and generates every following term as the sum of the previous two, a pattern that appears throughout nature, from spiral shell growth to branching plants. Custom mode lets you type any formula using the variable n (like n²+1), which is evaluated fresh for every position from 1 up to however many terms you request.

The sum (Sₙ) is calculated by directly adding every generated term together — a straightforward approach that works correctly for any sequence type or custom formula, rather than relying on a closed-form shortcut that would only apply to arithmetic or geometric sequences specifically.

Worked Example

See It In Action

The default arithmetic sequence (a₁=1, d=2, n=10 terms) generates the odd numbers 1, 3, 5, 7, 9, 11, 13, 15, 17, 19. The 10th term = 1 + (10−1)×2 = 19, and the sum of all 10 terms = (10/2)×(1+19) = 100.
Real-World Use Cases

Who Uses Number Sequence Calculator and Why

  • Generating the terms of an arithmetic or geometric sequence for an algebra assignment.
  • Exploring the Fibonacci pattern for a nature or biology project on spiral growth.
  • Testing a custom formula like n²+1 to see how a non-standard sequence behaves term by term.
  • Getting the running sum of a sequence's terms without deriving a separate closed-form sum formula by hand.
Common Mistakes

Mistakes to Avoid

  • Expecting the Fibonacci sequence to start 0, 1 — this calculator uses the 1, 1, 2, 3, 5 convention, which is equally valid but different from some textbooks.
  • Typing a custom formula with the wrong operator syntax (like ^ instead of **) so the expression doesn't evaluate as intended for each value of n.
  • Assuming a negative common ratio in a geometric sequence just shrinks the values — it actually makes the terms alternate between positive and negative while changing in magnitude.
Pro Tips

Tips for Best Results

  • If comparing results against a textbook's Fibonacci sequence, check which starting convention (0,1 or 1,1) it uses before assuming a mismatch is an error.
  • In custom formula mode, use n exactly as the variable name — the calculator substitutes each position from 1 up to your term count directly into your typed expression.
Troubleshooting

Fixing Common Problems

My Fibonacci sequence doesn't match my textbook. — Check the starting convention — this calculator begins with 1, 1 rather than 0, 1. Both are standard, just different starting points for the same recurring pattern.

Glossary

Terms Explained

Common difference: The fixed amount added to each term to get the next one in an arithmetic sequence.

Common ratio: The fixed multiplier applied to each term to get the next one in a geometric sequence.

FAQ

Frequently Asked Questions

What's the difference between an arithmetic and a geometric sequence?
An arithmetic sequence adds a constant difference between terms (like 2, 5, 8, 11 — always +3), producing steady, linear growth. A geometric sequence multiplies by a constant ratio between terms (like 2, 6, 18, 54 — always ×3), producing exponential growth.
How does the custom formula mode work?
Type any mathematical expression using n as the position variable, such as n*n+1 or 2**n. The calculator substitutes each value of n from 1 up to your chosen count and evaluates the expression to build the sequence.
Why does this calculator's Fibonacci sequence start with 1, 1 instead of 0, 1?
Both conventions are mathematically valid and widely used; this calculator uses the 1, 1, 2, 3, 5... version, which is common in introductory math contexts.
What happens with a negative common ratio in a geometric sequence?
The terms alternate between positive and negative values while still growing (or shrinking) in magnitude — for example, a₁=1 with r=−2 produces 1, −2, 4, −8, 16.