Free Arithmetic Sequence Calculator

an

Enter values to see the arithmetic sequence

What Is an Arithmetic Progression?

An arithmetic progression (AP)—often called an arithmetic sequence—is a list of numbers in which every new term is generated by adding a fixed constant to the previous term. This constant is referred to as the common difference (dd). The first term of the sequence is denoted a1a_1. Knowing these two values allows you to reconstruct the entire progression.

The AP pattern appears in many everyday contexts, such as saving a fixed amount each month, calculating travel distances under constant acceleration, or analyzing evenly spaced data.

Core Formulas

Two key formulas describe every arithmetic progression.

The nnth Term

The value of any term can be found using:

an=a1+(n−1)da_n = a_1 + (n-1)d

To find the 30th term of a sequence that starts with 5 and has a common difference of 3, for example, you would compute 5+29×3=925 + 29 \times 3 = 92.

Sum of the First nn Terms (Arithmetic Series)

When you need the total of the first nn terms, use one of these equivalent expressions:

Sn=n2(a1+an)orSn=n2[2a1+(n−1)d]S_n = \frac{n}{2}(a_1 + a_n) \qquad\text{or}\qquad S_n = \frac{n}{2}\bigl[2a_1 + (n-1)d\bigr]

The first form uses the last term, while the second only requires the first term and the common difference.

Properties of the Common Difference

The sign and magnitude of dd determine the behaviour of the sequence:

  • If d>0d > 0 → the sequence increases (e.g., 2,5,8,11,…2, 5, 8, 11, \dots).
  • If d<0d < 0 → the sequence decreases (e.g., 50,45,40,35,…50, 45, 40, 35, \dots).
  • If d=0d = 0 → all terms are identical (a constant sequence).

The common difference can be any rational number—integer, fraction, or decimal—and it is not limited to positive values.

Example Sequences

  • 3,7,11,15,19,…3, 7, 11, 15, 19, \dots ( a1=3, d=4a_1=3,\ d=4 )
  • 20,18,16,14,…20, 18, 16, 14, \dots ( a1=20, d=−2a_1=20,\ d=-2 )
  • 1.5,2.0,2.5,3.0,…1.5, 2.0, 2.5, 3.0, \dots ( a1=1.5, d=0.5a_1=1.5,\ d=0.5 )

Sequence vs. Series

It is important to distinguish between the terms sequence and series:

  • An arithmetic sequence is the ordered set of numbers.
  • An arithmetic series is the sum of some (or all) of those numbers.

For the sequence 2,4,6,8,102, 4, 6, 8, 10, the series S3S_3 would be 2+4+6=122+4+6 = 12. The tool described here functions as both an arithmetic sequence calculator and an arithmetic series calculator, so you can obtain the sum with a single click.

Arithmetic vs. Geometric Progressions

In a geometric progression (GP) each term is obtained by multiplying the previous one by a constant called the common ratio (rr). The table below highlights the contrast:

TypeOperationExampleKey Parameter
ArithmeticAdd dd1,4,7,10,…1, 4, 7, 10, \dotsCommon difference (dd)
GeometricMultiply by rr1,3,9,27,…1, 3, 9, 27, \dotsCommon ratio (rr)

A notable hybrid is the arithmetico‑geometric sequence, formed by multiplying corresponding terms of an AP and a GP.

Not every pattern‑based sequence is arithmetic. The Fibonacci sequence (0,1,1,2,3,5,8,…0, 1, 1, 2, 3, 5, 8, \dots) is generated by adding the two previous numbers, not by a fixed difference, and therefore falls outside the scope of this calculator.

Real‑World Application: Free Fall

A stone is released from rest into a deep vertical shaft. During the first second it falls 4 m4\ \text{m}, and each subsequent second it travels 9.8 m9.8\ \text{m} farther than the previous second. This motion forms an arithmetic progression with a1=4 ma_1 = 4\ \text{m} and d=9.8 md = 9.8\ \text{m}.

To find the total distance covered between the 5th and 9th seconds, subtract the sum of the first four seconds (S4S_4) from the sum of the first nine seconds (S9S_9):

S9=92[2×4+(9−1)×9.8]=92×(8+78.4)=388.8 mS_9 = \frac{9}{2}\bigl[2 \times 4 + (9-1) \times 9.8\bigr] = \frac{9}{2} \times (8 + 78.4) = 388.8\ \text{m} S4=42[2×4+(4−1)×9.8]=2×(8+29.4)=74.8 mS_4 = \frac{4}{2}\bigl[2 \times 4 + (4-1) \times 9.8\bigr] = 2 \times (8 + 29.4) = 74.8\ \text{m} Distance=388.8−74.8=314 m\text{Distance} = 388.8 - 74.8 = 314\ \text{m}

The same result can be obtained by summing the individual terms from the 5th through the 9th term directly.

How to Work with the Calculator

This free arithmetic progression calculator online simplifies every step of the analysis:

  • Enter known values – Provide the first term and common difference, or supply any two terms (for example, the 3rd and 7th). The tool will automatically solve for the unknown parameters.
  • Compute the nnth term – Use the built‑in nth term calculator to quickly find any term in the sequence.
  • Obtain the sum – The sum of arithmetic sequence feature calculates the total of any initial number of terms using the formulas above.
  • Find the common difference – If you have partial information, the common difference calculator deduces dd from the given terms.
  • Generate a list – Request a range of terms to see the full progression.

The interface is straightforward: fill in the values you know and click to get the missing ones. Whether you need a quick homework check or a thorough exploration, this arithmetic progression calculator delivers reliable results in seconds.

FAQ

1. How do I find the nth term of an arithmetic sequence?

Use the formula a_n = a_1 + (n-1)d, where a_1 is the first term, d is the common difference, and n is the term number. Alternatively, you can enter the first term and common difference into the nth term calculator feature.

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

An arithmetic sequence is the ordered list of numbers, while an arithmetic series is the sum of the terms in that sequence. For example, the sequence 2, 4, 6, 8 is an AP; its series S_3 = 2+4+6 = 12.

3. Can the common difference be negative or zero?

Yes. A negative common difference produces a decreasing sequence (e.g., 10, 7, 4, ...). A common difference of zero makes all terms identical (a constant sequence).

4. How do I calculate the sum of the first n terms of an arithmetic progression?

Use either form: S_n = n/2 × (a_1 + a_n) or S_n = n/2 × [2a_1 + (n-1)d]. Substitute the known values of a_1, d, and n to get the sum.

5. Does this calculator work for geometric sequences?

No, this tool is designed exclusively for arithmetic progressions. Geometric sequences, which use multiplication by a common ratio, require a different calculator.

How to Use

  1. Enter the first term (a₁) of your arithmetic sequence.
  2. Enter the common difference (d) - the constant value added to each term.
  3. Specify the number of terms (n) to instantly see the nth term, sum, and full sequence.