its not possible
post something actually possible

okay here's my proof that it's impossible
let's call the number of spins needed for the first number a, the number of spins for the second number b, the spins for the third number c.
Now for the first number, no matter how you spin it, the number of spins that get you to the correct first number, divided by 3, is going to have a remainder 2. That's written as a mod 3 = 2.
Similarly, b mod 3 = 2, and c mod 3 = 1.
But b can also be written as a + c, since it's always moved up no matter if you spin a or c. So now it's (a + c) mod 3 = 2.
But we know what a and c are! (2 + 1) mod 3 = 2 -> 3 mod 3 = 2 -> 0 = 2
this is a contradiction, therefore the puzzle is impossible