My solution to this was just an extrapolation of the solution to challenge 50:
https://www.lodev.org/jstumble/?board=01llllr1r1eellller0r1eerrlleerrlflxfrllflrf_0_0
I used the same trick Samuel did of hardcoding one of the registers to be set to 2, but other than that, this seemed to me to be very similar to 50.
(But I like Samuel’s insight that you can create a subtraction or addition system with a diagonally slanted register, which saves a whole lot of ramps.)
(Oh, and the reason that my version shows the correct color sequence output is that I manually dropped balls one at a time in jstumble, ’cause I’m not seeing a way to set a sequence of input colors there.)