sciandu
Mathematics

Mathematics

Number sequences

Spot patterns in rows of numbers and predict any term with a single formula.

What you need first

2, 4, 6, 8, ... everyone sees at once how it continues. Ordered rows of numbers like this are called sequences, and the individual numbers in them are their terms. It gets interesting when you need not the next term but the hundredth. Counting on will not get you there, but a formula will.

Always adding the same: arithmetic

In an arithmetic sequence the same number is added from term to term. In 3, 7, 11, 15, ... it is +4+4 each time. This fixed step is called the difference dd. It can also be negative: in 20, 17, 14, ... we have d=3d = -3, the sequence falls.

Number line
1st number3
2nd number4
0510152025
3 + 4 = 7
Every jump is the same size: that is exactly how an arithmetic sequence grows step by step.

The formula for the terms

To jump straight to the n-th term, you start at the first term a1a_1 and add the difference once for every step you need. From the first to the n-th that is exactly n1n - 1 steps. This gives the formula for the terms.

an=a1+(n1)da_n = a_1 + (n - 1) \cdot d
Example 3, 7, 11, ...: a1=3a_1 = 3, d=4d = 4, so a10=3+94=39a_{10} = 3 + 9 \cdot 4 = 39.

Always multiplying the same: geometric

In a geometric sequence you don't add, you multiply. In 2, 6, 18, 54, ... each term is taken times 3. This fixed factor is called qq. You find it by dividing a term by the one before it, here 6÷2=36 \div 2 = 3. Such sequences grow far faster than arithmetic ones, they practically explode as soon as qq is greater than 1.

Exercises

0 of 6 solved

Time to try it yourself. You can't break anything, every attempt counts.

Which number comes next in 5, 9, 13, 17, ...?

Is the sequence 3, 6, 12, 24, ... arithmetic or geometric?

An arithmetic sequence starts at 4 and grows by d=3d = 3 in every step. What is the 5th term?

Match each building block of a sequence to its symbol.

Fixed step in an arithmetic sequence
Fixed factor in a geometric sequence
The first term of the sequence
Number of steps from the first to the n-th term

Compute a10a_{10} for a1=2a_1 = 2 and d=5d = 5.

In a geometric sequence you get from one term to the next by .