Square Numbers, Cube Numbers, Triangular Numbers and Other Figurate Numbers

Here, you’ll learn about sequences where the terms don’t increase by the same amount. That means these sequences aren’t arithmetic sequences.

The secret to understanding these sequences is to be familiar with several common types. Below, we’ll give you an overview of some common sequences. Some of them are even arithmetic.

Theory

Important Sequences

Even numbers:

an = 2n

Odd numbers:

an = 2n 1

Exponentials:

an = kn1

The Fibonacci sequence:

1, 1, 2, 3, 5, 8, 13, 21, 34,

Even numbers: an = 2n

Odd numbers: an = 2n 1

Exponentials: an = kn1

The Fibonacci sequence: 1, 1, 2, 3, 5, 8, 13, 21, 34,

Some sequences have names like the square numbers after the square, triangular numbers after the triangle, and so on. That’s because the numbers in these sequence create larger and larger squares and triangles, as you can see in the figures further down.

Example 1

Square Numbers

The sequence of square numbers,

1, 4, 9, 16, 25,,

is made up of squares of integers. A square is a number multiplied by itself.

The sequence starting with 1, 4, 9, 16 and 25

1 1 = 1, The first number of the sequence is the square of 1, which is 12 = 1.

2 2 = 4, the second number if the sequence is the square of 2, which is 22 = 4.

3 3 = 9, the third number if the sequence is the square of 3, which is 32 = 9.

4 4 = 16, the fourth number if the sequence is the square of 4, which is 42 = 16.

n n = n2, a random number in the sequence is the square of n, which is f(n) = n2.

Find the seventh term in the sequence. To do that, you just insert n = 7 into the formula:

f(7) = 7 7 = 72 = 49

Example 2

Cube Numbers

The formula for the nth term of the cube numbers is fn = n3. The figure below show you how the sequence develops term by term:

The sequence starting with 1, 8, 27 and 64

Example 3

Rectangular Numbers

The sequence of rectangular numbers,

2,6,12,20,30,,

is made up of products of consecutive integers on the real line. This means that each number is the area of a rectangle that has sides equal to those two consecutive integers.

The area of a rectangle is its length multiplied by its width.

The sequence starting with 2, 6 and 12

1 2 = 2. The first number of the sequence is the area of the rectangle with sides equal to 1 and 2.

2 3 = 6. The second number of the sequence is the area of the rectangle with sides equal to 2 and 3.

3 4 = 12. The third number of the sequence is the area of the rectangle with sides equal to 3 and 4.

4 5 = 20. The fourth number of the sequence is the area of the rectangle with sides equal to 4 and 5.

f = n (n + 1). The n’th term of the sequence is the area of the rectangle with sides equal to n and n + 1.

In this rectangle, one of the sides is equal to n. The other side of the rectangle is the integer after n on the real line, which is n + 1. In the second figure, where n = 2, one side of the rectangle is equal to 2, and the other side is equal to n + 1 = 2 + 1 = 3.

To find the eight term of the sequence you insert n = 8 into the formula and get

f = 8 (8 + 1) = 8 9 = 72

Example 4

Triangular Numbers

The sequence

1, 3, 6, 10, 15,

is called “the triangular numbers”. The sequence is made up of half the area of a rectangle with sides equal to n and n + 1. In the figure below, you can see rectangles where only half the spheres are filled up. The filled spheres show you the triangular numbers.

The sequence starting with 1, 3, 6 and 10

Let’s see what happens when we multiply the sides of the rectangle with each other and then divide the answer by 2:

1 2 2 = 1,the 1st triangular number, 2 3 2 = 3,the 2nd triangular number, 3 4 2 = 6,the 3rd triangular number, 4 5 2 = 10,the 4th triangular number.

The area of a rectangle with sides equal to consecutive integers is

A = n (n + 1).

When we divide this by 2, we get the area of the triangles. That gives you the formula

A = n (n + 1) 2 .

Find the sixth term of the sequence. You just insert n = 6 into the formula and get 67 2 = 21.

When you get familiar with these sequences, you can use them to find formulas for more difficult sequences, like in this example:

Example 5

You can see the following figurate numbers:

The sequence starting with 2, 7, 15 and 26

After studying these you realize that they can be divided into two groups like this:

A combination of the pattern of triangle numbers and square numbers

You can see that the figures are made up of a square number and a triangular number. As you now know these formulas, you can combine them to make a formula for this specific sequence:

fn = n2 + n (n + 1) 2 = 2n2 2 + n (n + 1) 2 = 2n2 + n2 + n 2 = 3n2 + n 2

Want to know more?Sign UpIt's free!