In this sequence you find the next number by multiplying the previous number with itself. You find the second number in the sequence by multiplying the first number with itself: 2 * 2 = 4 You find the third number by multiplying the second number with itself: 4 * 4 = 16 etc.