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: -3 * -3 = 9 You find the third number by multiplying the second number with itself: 9 * 9 = 81 etc.