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: -5 * -5 = 25 You find the third number by multiplying the second number with itself: 25 * 25 = 625 etc.