Arithmetic Sequences: Recognising the Pattern and Finding Any Term
When each number in a sequence is obtained by adding the same constant to the previous one, you have an arithmetic sequence. Learn how to find any term and calculate sums without listing every element.
Renato Freitas
Updated on May 6, 2026
What an arithmetic sequence is and how to identify the common difference
An arithmetic sequence is a sequence of numbers in which the difference between each term and the previous one is always the same constant, called the common difference (d). In the sequence 3, 7, 11, 15, 19, the difference between consecutive terms is always 4: d = 4. In the sequence 100, 85, 70, 55, the difference is always โ15: d = โ15. The common difference can be positive (increasing sequence), negative (decreasing sequence), or zero (constant sequence, where all terms are equal).
To check whether a sequence is arithmetic, simply compute all the consecutive differences and verify they are equal. If the sequence is 2, 5, 9, 14, the differences are 3, 4, and 5 โ they are not equal, so it is not arithmetic. This simple check prevents errors when trying to apply arithmetic-sequence formulas to sequences that do not follow the pattern.
Real-world examples are easy to find. Annual salary raises of a fixed amount produce an arithmetic sequence: if you start at $3,000 and receive a $200 raise every year, your salary forms the sequence 3,000; 3,200; 3,400; 3,600 โฆ with d = 200. Equal instalments on an interest-free loan also form a decreasing arithmetic sequence when you track the remaining balance: each month the balance drops by the same instalment amount.
๐งฎ Try it yourself โ CalcSim
Want more features? Download CalcSim IA app
General term: finding any position without listing everything
The general-term formula lets you find any element of the sequence directly, without computing all the preceding ones. The formula is aโ = aโ + (n โ 1)d, where aโ is the first term, n is the desired position, and d is the common difference. The reasoning is straightforward: from the first term to the nth term there are (n โ 1) additions of d. To reach the second term we add d once; the third, twice; the nth, (n โ 1) times.
Let us find the 15th term of the sequence 2, 5, 8, 11, โฆ We identify aโ = 2, d = 3, and n = 15. Applying the formula: aโโ = 2 + (15 โ 1) ร 3 = 2 + 14 ร 3 = 2 + 42 = 44. No need to list the 14 intermediate terms. The formula also works in reverse: if we know that 44 appears in the sequence and want its position, we solve 44 = 2 + (n โ 1) ร 3, obtaining n = 15.
The inverse form is equally useful for finding the common difference when two terms are known. If we know the 1st term is 5 and the 7th term is 29, we write 29 = 5 + (7 โ 1)d, giving 6d = 24 and d = 4. This flexibility makes the general-term formula a versatile tool for any type of arithmetic-sequence problem.
Sum of the first n terms
The sum of the first n terms of an arithmetic sequence is Sโ = n(aโ + aโ)/2. This formula comes from an elegant argument attributed to Gauss: write the sequence forwards and then backwards, and add the two versions term by term. Each pair of corresponding terms sums to exactly aโ + aโ. Since there are n pairs and each was counted twice, the total is n(aโ + aโ)/2.
Example: we want the sum of the first 20 terms of 1, 4, 7, 10, โฆ with aโ = 1 and d = 3. First we find the 20th term: aโโ = 1 + (20 โ 1) ร 3 = 1 + 57 = 58. Then we apply the sum formula: Sโโ = 20 ร (1 + 58)/2 = 20 ร 59/2 = 10 ร 59 = 590. Summing 20 terms manually would take a long time; the formula solves it in seconds.
- General term: aโ = aโ + (n โ 1)d โ use when you need a specific term at any position.
- Sum of n terms: Sโ = n(aโ + aโ)/2 โ use when you need the total of a series of terms.
- Common difference from two terms: d = (aโ โ aโ)/(n โ 1) โ use when you know two terms and want the common difference.
- Position of a term: n = (aโ โ aโ)/d + 1 โ use when you want to know at which position a given value appears.
- To apply any formula, first identify: what is aโ, what is d, and what do you want to find.
Frequently asked questions
Can the common difference of an arithmetic sequence be zero?
Yes. When d = 0, all terms of the sequence equal the first term. This is called a constant arithmetic sequence. For example, 7, 7, 7, 7, โฆ is an arithmetic sequence with aโ = 7 and d = 0. The general-term and sum formulas remain valid in this case.
What is the difference between an arithmetic and a geometric sequence?
In an arithmetic sequence, the difference between consecutive terms is constant (we add the common difference). In a geometric sequence, the ratio between consecutive terms is constant (we multiply by the common ratio). Arithmetic: 2, 5, 8, 11 (add 3). Geometric: 2, 6, 18, 54 (multiply by 3). Arithmetic growth is linear; geometric growth is exponential.
How do I tell whether a sequence is arithmetic?
Compute the differences between all consecutive terms. If they are all equal, the sequence is arithmetic and that constant difference is the common difference. If the differences vary, it is not arithmetic โ it may be geometric or follow another pattern.
Was this article helpful?
Rate with stars to help us improve the content.
Sign in to rate this article.
Still have questions?
The AI Professor explains step by step
Ask a question in natural language and get a personalised explanation about Algebra โ or any other topic.
Prefer to solve it on your phone?
Download the free app โKeep learning