The full recursive formula can be defined by these two parts
![\begin{cases}a_1 = -0.56\\ a_n = 10*a_(n-1)\end{cases}](https://img.qammunity.org/2021/formulas/mathematics/high-school/wb3az0hz0d5p9twjdnytuash5px8d0q20p.png)
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