The full recursive formula can be defined by these two parts
The top part tells us the first term is -0.56, while the second part says to get each new term we multiply the prior term by 10
second term = 10*(first term) = 10*(-0.56) = -5.6
third term = 10*(second term) = 10*(-5.6) = -56
etc etc