Arithmetic Series Calculator
Use this tool to find the nth term and the sum of the first n terms in an arithmetic sequence.
an = a1 + (n - 1)d
Sn = n/2 × (a1 + an)
Tip: n must be a positive whole number.
What is an arithmetic series?
An arithmetic series is the sum of values from an arithmetic sequence. In an arithmetic sequence, each term changes by the same fixed amount, called the common difference. For example, in the sequence 5, 8, 11, 14, ... the common difference is 3.
If you add those terms together, you get an arithmetic series. So sequence tells you the terms, and series tells you the sum of those terms. This calculator helps you quickly compute both the last term and the total sum without manual steps.
How this arithmetic series calculator works
Enter the first term, the common difference, and how many terms you want. The calculator then computes:
- The nth (last) term in your selected range
- The total sum of the first n terms
- A preview of the beginning of the sequence
This is useful for math homework, financial planning, coding patterns, and any repeated-step growth or decline model.
Core formulas explained
The nth term formula is:
an = a1 + (n - 1)d
This says: start from the first term and apply the common difference (n − 1) times.
The sum formula is:
Sn = n/2 × (a1 + an)
This works because in an arithmetic sequence, first + last is constant across mirrored pairs.
Step-by-step example
Suppose:
- First term a1 = 4
- Common difference d = 3
- Number of terms n = 12
Then:
- a12 = 4 + (12 - 1) × 3 = 37
- S12 = 12/2 × (4 + 37) = 246
So the 12th term is 37, and the sum of the first 12 terms is 246.
Common real-world uses
- Savings plans: Increasing monthly deposits by a fixed amount.
- Exercise training: Adding a fixed number of reps each session.
- Manufacturing: Linear production ramp-up over equal time intervals.
- Computer science: Loop counts and predictable step patterns.
- Education: Quickly checking sequence/series homework results.
Common mistakes to avoid
- Using n as the last term value instead of the number of terms.
- Forgetting that n must be a positive integer.
- Mixing up sequence and series formulas.
- Using the wrong sign for d when terms decrease.
What if d is negative?
No problem. A negative common difference means each term decreases. The same formulas still apply exactly.
What if d is a decimal?
Also fine. Arithmetic sequences can use fractional differences. The calculator supports decimal values for both a1 and d.
Quick FAQ
Can this calculator find only the nth term?
Yes. It always calculates an, and you can ignore the sum if you only need that result.
Does order matter?
Yes. The formulas assume terms are generated in sequence from a1 with fixed difference d.
Can I use very large n?
Yes, but extremely large values can create huge results. For most practical uses, this calculator remains accurate and fast.
Final thoughts
Arithmetic series are one of the most practical topics in algebra because they model steady, linear change. With this calculator, you can get instant results, verify your work, and focus on understanding patterns instead of doing repetitive arithmetic by hand.