Logo

MonoCalc

/

Arithmetic Sequence Calculator

Math

Calculation Mode

aₙ = a₁ + (n − 1)d

Inputs

Example Presets

About This Tool

🔢 Arithmetic Sequence Calculator – Find Terms, Sums & Progressions

An arithmetic sequence (also called an arithmetic progression) is one of the most fundamental concepts in mathematics. Whether you are a student tackling algebra homework, a teacher preparing worked examples, or a professional modelling a linear growth pattern, this calculator solves every classic arithmetic-sequence problem in seconds — and shows the full working so you can learn from each step.

What is an Arithmetic Sequence?

An arithmetic sequence is an ordered list of numbers in which each term differs from the previous term by a constant amount called the common difference (d). For example:

3, 8, 13, 18, 23, …   (d = 5)

The first term is a₁, any term at position n is aₙ, and the constant step between consecutive terms is d.

Core Formulas Used

What to FindFormula
nth termaₙ = a₁ + (n − 1)d
Common differenced = (aⱼ − aᵢ) / (j − i)
First terma₁ = aₙ − (n − 1)d
Sum of first n terms (Sₙ)Sₙ = n/2 × (a₁ + aₙ)
Sum (alternative form)Sₙ = n/2 × (2a₁ + (n − 1)d)

Calculation Modes Explained

Find nth Term

Enter the first term (a₁), the common difference (d), and the term index (n). The calculator applies aₙ = a₁ + (n − 1)d and shows each substitution step. For example, with a₁ = 3, d = 5, n = 12: a₁₂ = 3 + 11 × 5 = 58.

Find Common Difference

If you know two terms at positions i and j, the calculator derives d = (aⱼ − aᵢ) / (j − i) and also back-calculates the first term so you can generate the full sequence.

Find First Term

Given a known term value at position k and the common difference, the calculator back-solves a₁ = aₙ − (n − 1)d so you can anchor the entire progression.

Sum of First n Terms

The arithmetic series sum uses the formula Sₙ = n/2 × (a₁ + aₙ). This is ideal for problems like "find the total salary paid over 12 months with a monthly raise of £200".

Generate Sequence Table

Enter a₁ and d, specify how many terms to display (up to 500), and receive an indexed table of term values alongside their cumulative sums (Sₙ). The table is exportable as a CSV file for use in spreadsheets.

Arithmetic Sequence vs Arithmetic Series

These two terms are often confused. An arithmetic sequence is the ordered list of terms themselves — e.g., 2, 5, 8, 11. An arithmetic series is the sumof those terms — e.g., 2 + 5 + 8 + 11 = 26. This tool handles both in a single interface.

Handling Negative and Decimal Differences

The calculator fully supports descending sequences (negative d) as well as non-integer common differences. For example, d = −7 produces 100, 93, 86, 79, … and d = 0.25 produces 1, 1.25, 1.5, 1.75, … — both equally valid arithmetic progressions.

Real-World Applications

  • Finance: Savings plans with equal monthly contributions, salary increment schedules, loan amortisation patterns.
  • Physics: Uniform acceleration — positions at equal time intervals under constant force.
  • Construction: Equally spaced structural elements, staircase step heights.
  • Education: Exam and homework problems covering sequences, series, and sigma notation.

Tips for Accurate Results

  • Use the Precision setting (0–10 decimal places) to match your required accuracy.
  • Negative common differences are entered directly — just type a minus sign (e.g., -3).
  • The Show Steps toggle reveals every substitution so you can verify or learn the method.
  • Use Export CSV to download the full term table for analysis in Excel or Google Sheets.
  • Example presets at the bottom of the tool let you explore common textbook problems instantly.

Frequently Asked Questions

Is the Arithmetic Sequence Calculator free?

Yes, Arithmetic Sequence Calculator is totally free :)

Can I use the Arithmetic Sequence Calculator offline?

Yes, you can install the webapp as PWA.

Is it safe to use Arithmetic Sequence Calculator?

Yes, any data related to Arithmetic Sequence Calculator only stored in your browser (if storage required). You can simply clear browser cache to clear all the stored data. We do not store any data on server.

What is an arithmetic sequence?

An arithmetic sequence is a list of numbers where each term differs from the previous one by a fixed constant called the common difference (d). For example, 3, 8, 13, 18, … has a common difference of 5.

How does this calculator work?

Select a calculation mode (find nth term, find common difference, find first term, sum of n terms, or generate sequence), enter the known values, and the calculator instantly applies the appropriate arithmetic sequence formula and shows step-by-step working.

What is the formula for the nth term of an arithmetic sequence?

The nth term is given by aₙ = a₁ + (n − 1)d, where a₁ is the first term, n is the term index, and d is the common difference.

How is the sum of the first n terms (Sₙ) calculated?

The partial sum is Sₙ = n/2 × (2a₁ + (n − 1)d), equivalently written as Sₙ = n(a₁ + aₙ)/2. This is sometimes called the arithmetic series formula.

Can this tool handle negative or decimal common differences?

Yes. The calculator supports positive, negative, zero, and decimal common differences, so descending sequences and non-integer progressions are all handled correctly.

What is the difference between an arithmetic sequence and an arithmetic series?

An arithmetic sequence is the ordered list of terms (e.g., 2, 5, 8, 11). An arithmetic series is the sum of some or all of those terms (e.g., 2 + 5 + 8 + 11 = 26). This tool calculates both.