Find the first 10 terms of the sequence calculator

Arithmetic sequence calculator is an online tool that calculates:

  1. Arithmetic Sequence
  2. Nth term value
  3. Sum of arithmetic sequence

What is an arithmetic sequence?

Arithmetic sequence can be defined as,

“An arithmetic sequence is a sequence where each term increases by adding or subtracting some constant value known as common difference (d).”

Arithmetic sequence is commonly known as arithmetic series and arithmetic progression as well.

Arithmetic sequence Nth term

Arithmetic sequence formula

Formula to find nth term is:

nth term = a + (n - 1)d

Formula to find sum of arithmetic progression is:

S = n/2 × [2a₁ + (n - 1)d]

Where:

  • a refers to nᵗʰ term of the sequence,
  • d refers to common difference, and
  • a₁ refers to first term of the sequence.

There is no specific formula to find arithmetic sequence. In the next section, we will explain the method to calculate arithmetic sequence using common difference and first term.

Finding nth term, arithmetic sequence and its sum

For the calculation of nth term, arithmetic sequence and its sum, you can simply use the arithmetic series calculator above.

Example:

Find the nth term and sum of arithmetic sequence for 15 number of terms if first term is 5 and difference is 4.

Solution:

Step 1: Identify the values.

n = 15

a = 5

d = 4

Step 2: Use arithmetic sequence formula and place the values.

For finding the nth term

nth term = a + (n - 1)d

= 5 + (15 - 1) × 4

= 61

nth term = 61

For finding the sum of arithmetic sequence

S = n/2 × [2a₁ + (n - 1)d]

S = 15/2 × [2(5) + (15 - 1) × 4]

S = 495

For finding the Arithmetic Sequence

Add common difference in the first term to get the arithmetic sequence. Keep adding the common difference in the preceding number till you get last number in the sequence.

a1 = 5

a2 = a1 + d = 5 + 4 = 9

a3 = a2 + d = 9 + 4 = 13

a4 = a3 + d = 13 + 4 = 17

a5 = a4 + d = 17 + 4 = 21

a6 = a5 + d = 21 + 4 = 25

a7 = a6 + d = 25 + 4 = 29

a8 = a7 + d = 29 + 4 = 33

a9 = a8 + d = 33 + 4 = 37

a10 = a9 + d = 37 + 4 = 41

a11 = a10 + d = 41 + 4 = 45

a12 = a11 + d = 45 + 4 = 49

a13 = a12 + d = 49 + 4 = 53

a14 = a13 + d = 53 + 4 = 57

a15 = a14 + d = 57 + 4 = 61

Arithmetic Sequence = 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61

Use the arithmetic progression calculator above to verify the value of nth term and arithmetic sequence.

Use this number sequence calculator to easily calculate the n-th term of an arithmetic, geometric or fibonacci sequence, and the sum of all terms between the starting number and the nth term.

    What is a sequence?

In mathematics, a sequence is an ordered list of objects, usually numbers, in which repetition is allowed. The number of elements is the length of the sequence. Number sequences can be expressed as the function that generates the next term in a sequence from the previous one.

Sequences can be monotonically increasing - that is if each term is greater than or equal to its preceding term, or they can be monotonically decreasing, if the reverse is true. If each element is larger than or smaller than the preceding element, then a sequence is strictly monotonically increasing or strictly monotonically decreasing, respectively. Our sequence calculator outputs subsequences of the specified sequence around the selected nth element.

    Using this sequence calculator

This is a very versatile calculator that will output sequences and allow you to calculate the sum of a number sequence between a starting item and an n-th term, as well as tell you the value of the n-th term of interest.

Start by selecting the type of sequence: you can choose from the arithmetic sequence (addition), geometric sequence (multiplication), and the special Fibonacci sequence. Then specify the direction of the sequence: increasing or decreasing, and the number you want to start from. Specify the common difference, which is how the sequence is constructed basically. This is the ratio between the elements. Finally, input which term you want to obtain using our sequence calculator. The fibonacci sequence is fixed as starting with 1 and the difference is prespecified.

The calculator output is a part of the sequence around your number of interest and the sum of all numbers between the starting number and the nth term of the sequence. See our sigma notation calculator for summing up series defined by a custom expression.

    Arithmetic Sequence (Arithmetic Progression)

In arithmetic sequences, also called arithmetic progressions, the difference between one term and the next one is constant, and you can get the next term by adding the constant to the previous one. If the difference is positive, it is an increasing sequence, otherwise it is a decreasing one. A simple example is 1,2,3,4... 99, 100 which is a subsequence of the integer numbers, in which the difference between one term and the next is 1. Another sequence is 1, 3, 5, 7... in which the difference is 2. The general form of such a sequence is {a, a+d, a+2d, a+3d, ... }, where d is the difference.

The rule for an arithmetic sequence is xn = a + d(n-1).


    Geometric Sequence (Geometric Progression)

In geometric sequences, also called geometric progressions, each term is calculated by multiplying the previous term by a constant. In a decreasing geometric sequence, the constant we multiply by is less than 1, e.g. 0.5. A general representation of a geometric progression is {a, ar, ar2, ar3, ...}, where r is the factor between the terms (common ratio).

The rule for a geometric sequence is simply xn = ar(n-1).

    How to calculate n-th term of a sequence?

For an arithmetic sequence, the nth term is calculated using the formula s + d x (n - 1). So the 5-th term of a sequence starting with 1 and with a difference (step) of 2, will be: 1 + 2 x (5 - 1) = 1 + 2 x 4 = 9.

For a geometric sequence, the nth term is calculated using the formula s x s(n - 1). The 5-th term of a sequence starting with 1 and with a ratio of 2, will be: 1 x 24 = 16.

    Calculating the sum of an arithmetic or geometric sequence

The sum of an arithmetic progression from a given starting value to the nth term can be calculated by the formula:

Sum(s,n) = n x (s + (s + d x (n - 1))) / 2

where n is the index of the n-th term, s is the value at the starting value, and d is the constant difference. For example, the sum from the 1-st to the 5-th term of a sequence starting from 1 with a step of 2 will be 5 x (1 + (1 + 2 x (5 - 1))) / 2 = 5 x 5 / 2 = 25.

The sum of a geometric progression from a given starting value to the nth term can be calculated by the formula:

Sum(s,n) = s x (1 - dn / (1 - d)

where n is the index of the n-th term, s is the value at the starting value, and d is the constant difference.

The above formulas are used in our sequence calculator, so they are easy to test.

    The Fibonacci Sequence

The Fibonacci sequence is a special progression with a rule of xn = xn-1 + xn-2. Each term depends on the previous two terms, not just the previous one. For example, having the numbers 2 and 3, the next number will be 2 + 3 = 5. The first numbers of the Fibonacci sequence are 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144.

This sequence is interesting as it is observed in real life natural structures, and an indefinite run of divisions of each member of the sequence by the previous (1/1 = 1, 2/1 = 2, 3/2 = 1.5, 5/3 = 1.66) converges to the golden ratio: 1.615... A shell's spiral follows the same form as the one drawn from a Fibonacci sequence, and it can be found in the number of petals and leaves on trees and flowers, the number of seed heads and the spiral figures they form.

What is the sequence calculator?

The Sequence Calculator finds the equation of the sequence and also allows you to view the next terms in the sequence.

How do you find the sum of the first 10 terms of an arithmetic sequence?

The sum of the first n terms in an arithmetic sequence is (n/2)⋅(a₁+aₙ).