Arithmetic Series Calculator

Arithmetic series calculator overview: what this page computes

An arithmetic sequence is a list of numbers where each term changes by the same amount. That fixed amount is the common difference d. If the first term is a1, the sequence starts a1, a2, a3, … and each new term comes from adding d to the previous one. This calculator is designed for that constant-step pattern, not for sequences whose gaps vary from term to term.

An arithmetic series is the total of the first n terms in that sequence. Enter a1, d, and n, and the calculator returns the nth term an, the partial sum Sn, and a short preview of the first few terms so you can confirm the pattern before you trust the total.

People use arithmetic series for homework checks, for spotting whether a linear pattern was entered correctly in a spreadsheet, and for understanding any plan that changes by a constant amount each period, such as a repeated deposit or a payment schedule with equal steps.

How to use this arithmetic series calculator

  1. Enter the first term a1 (any real number: positive, negative, or decimal).
  2. Enter the common difference d (can be negative, zero, or decimal).
  3. Enter the number of terms n (normally a whole number such as 1, 4, 10, 50).
  4. Select Calculate Series to compute an and Sn.
  5. Optionally select Copy Result to copy the output into your notes.

If you are checking arithmetic-series work by hand, it is often easiest to compute an first, confirm that the preview looks right, and then compute Sn from the first-and-last-term form. When both sum formulas give the same total, your inputs and your sign choice for d are usually consistent.

Arithmetic series symbols used here

  • a1: the first term of the arithmetic sequence.
  • d: the common difference, or the amount added at each step.
  • n: the number of terms included, counted as a whole-number position.
  • an: the nth term, which is the last of the first n terms.
  • Sn: the sum of the first n terms, also called the partial sum.

Arithmetic series formulas used by the calculator

The calculator uses the standard arithmetic-sequence and arithmetic-series formulas for any constant-difference sequence. Those formulas stay reliable as long as every step changes by the same amount.

  • Nth term: an = a1 + (n − 1)d
  • Sum of the first n terms (two equivalent forms): Sn = (n/2)·(2a1 + (n − 1)d) and Sn = (n/2)·(a1 + an)

The second sum form shows why the calculator reports an average term: the total equals n times the average of the first and last term. If the sequence is increasing, that average lies between the endpoints; if the sequence is decreasing, it still marks the midpoint between the first and last values.

MathML (copy/paste friendly)

an = a1 + (n1) d Sn = n2 · ( 2a1 + (n1)d )

Worked example: a simple arithmetic series with a₁ = 2, d = 3, and n = 4

Suppose a1 = 2, d = 3, and n = 4. That sequence is 2, 5, 8, 11, and the calculator should return the same values below. This is a simple increasing arithmetic series, so it is a useful quick check when you want to verify that the formulas are behaving as expected.

1) Find the 4th term

a4 = 2 + (4 − 1)·3 = 2 + 9 = 11

2) Find the sum of the first 4 terms

S4 = (4/2)·(2·2 + (4 − 1)·3) = 2·(4 + 9) = 26

Direct addition confirms the same total: 2 + 5 + 8 + 11 = 26.

Interpreting the arithmetic series results

an is the value in position n of the arithmetic sequence. If you write out the first n terms, it is the last term shown. Sn is the total you get after adding those first n terms, so it answers a different question from an even though both are built from the same inputs.

The calculator also shows a short sequence preview, which is mainly a sign check. If you expected a decreasing pattern but the preview climbs, d probably needs to be negative. If you expected a flat pattern, d should be zero and every previewed term should match.

Special cases in arithmetic series calculations

  • If d = 0: every term equals a1, so the sequence is constant and Sn = n·a1.
  • If d < 0: the sequence decreases by the same size step each time, and the same formulas still apply.
  • If a1 or d are decimals: results may be fractional, and small rounding differences in the displayed output are normal.

Arithmetic sequence vs. arithmetic series

A sequence is the ordered list of terms; a series is the total formed by adding them. That distinction matters because an tells you the value at position n, while Sn tells you the accumulated total after n terms. The calculator shows both so you can compare the pattern and the sum without switching tools.

Concept What it represents Typical notation Example (a₁ = 2, d = 3)
Arithmetic sequence The list of terms an 2, 5, 8, 11, …
Arithmetic series The sum of the first n terms Sn S4 = 2 + 5 + 8 + 11 = 26

More arithmetic series examples for classroom checks

The following arithmetic-series examples are handy classroom checks. Each one uses a different mix of positive, zero, negative, and decimal inputs so you can see how the formulas respond. If you enter the same values into the calculator, the results should match apart from ordinary rounding in decimal display.

  • Decreasing sequence: a₁ = 20, d = −2, n = 6 → a₆ = 20 + 5(−2) = 10; S₆ = (6/2)·(20 + 10) = 90. The preview should step downward by 2 each time.
  • Constant sequence: a₁ = 7, d = 0, n = 10 → a₁₀ = 7; S₁₀ = 10·7 = 70. Every term stays the same.
  • Decimal difference: a₁ = 1.5, d = 0.5, n = 8 → a₈ = 1.5 + 7(0.5) = 5; S₈ = (8/2)·(1.5 + 5) = 26. This shows a clean decimal progression.
  • Negative first term: a₁ = −4, d = 3, n = 5 → a₅ = −4 + 4·3 = 8; S₅ = (5/2)·(−4 + 8) = 10. A negative start does not prevent the total from becoming positive.
  • Large n (sanity check): a₁ = 1, d = 1, n = 100 → a₁₀₀ = 100; S₁₀₀ = (100/2)·(1 + 100) = 5050. This is a familiar benchmark for arithmetic sums.

Common arithmetic series mistakes and quick checks

Arithmetic-series work is usually straightforward, but a small input slip can change the total quickly. These checks are aimed at the mistakes that happen most often when users enter a1, d, and n.

  • Sign of d: If the sequence should decrease, make sure d is negative. The preview line in the result helps confirm this.
  • Off-by-one in n: Remember that an uses (n − 1). For example, the 1st term is a1, not a1 + d.
  • Mixing up aₙ and Sₙ: an is a single term; Sn is a sum. If your supposed sum is smaller than both endpoints in an increasing positive series, you likely selected the wrong quantity.
  • Units: If terms represent money, distance, or points, keep the unit consistent across all terms. The formulas assume a single unit throughout.
  • Reasonableness: For an increasing positive arithmetic series, Sn should land between n·a1 and n·an, because the average term sits between the first and last values.

Limitations and assumptions for arithmetic series inputs

  • n should be a positive integer. The calculator parses n as an integer. If you enter 4.7, it will be treated as 4.
  • Applies only to arithmetic sequences (constant difference). If differences vary, these formulas do not apply.
  • Floating-point rounding: JavaScript uses floating-point arithmetic, so some decimals may display tiny rounding differences.
  • Very large inputs: extremely large n or large magnitudes of a1/d can exceed safe integer precision; use a big-number tool if you need exact integer results at huge scales.

Arithmetic series calculator FAQ

Can the common difference d be negative in an arithmetic series?
Yes. A negative d makes each successive term smaller by a fixed amount, and the same nth-term and sum formulas still apply.
What if d = 0?
Then every term equals a1. The sequence is constant and Sn = n·a1.
Is an arithmetic series the same as an arithmetic sequence?
No. A sequence is the ordered list of terms, while a series is the total you get when you add those terms.
Can a₁ or d be decimals?
Yes. Decimal first terms and common differences are allowed, and the calculator will display decimal results with normal floating-point rounding.
Why does the sum formula use n/2?
The terms can be paired from the ends inward: each pair has the same total, a1 + an, so the average of a pair is (a1 + an)/2.
Can this calculator find n if I know the sum?
Not directly. Solving for n from Sn usually leads to a quadratic equation when d ≠ 0, so this page is designed for forward calculation from a1, d, and n.

Study note: If you already know the last term, the fastest mental check is often Sn = (n/2)·(a1 + an). That is the same as taking the average of the first and last term and multiplying by the count. For example, if the first term is 10 and the last term is 30 over 11 terms, the average is 20 and the sum is 220. That kind of check is useful when you are verifying a hand solution or looking for an input mistake.

Example: 2, 7.5, or −4

Example: 3 (increasing), 0 (constant), or −2 (decreasing)

Use a positive integer such as 1, 4, 10, 100.

Enter values to compute.

Status messages will appear here.

Arcade Mini-Game: Arithmetic Series Calculator Calibration Run

Use this quick arcade run to practice separating the first term, common difference, and term count before you trust the arithmetic-series result.

Score: 0 Timer: 30s Best: 0

Start the game, then use your pointer or arrow keys to catch useful arithmetic-series inputs and avoid bad assumptions.

Embed this calculator

Copy and paste the HTML below to add the Arithmetic Series Calculator (a₁, d, n) — Find the nth Term and Sum to your website.