Tetrahedral Number Sequence

tetrahedral number

This is the Tetrahedral Number Sequence:

1, 4, 10, 20, 35, ...

We can understand it better when we think of a stack of marbles in the shape of a Tetrahedron.

Just count how many marbles are needed for a stack of a certain height.

Triangular and Tetrahedral Numbers

Each layer in the tetrahedron of marbles is actually part of the Triangular Number Sequence (1, 3, 6, etc). And both the triangular numbers and the tetrahedral numbers are on Pascal's Triangle.

This table shows the values for the first few layers:

n
(Height)
Triangular Number
(Marbles in Layer)
Tetrahedral Number
(Total Marbles)
1 1 1
2 3 4
3 6 10
4 10 20
5 15 35
6 21 56

Examine the numbers and notice something interesting: adding the previous number and the number on the left gets the next number in the sequence, for example 6+4=10, or 10+10=20.