A circular track of length $2n$ meters has $2n$ teleporters equally spaced along the track. Each teleporter, when activated, instantaneously teleports the object inside to the antipodally opposite teleporter.
Starting at the first teleporter, a robot begins to move clockwise along the track at a rate of $1$ meter/second. As it moves along the track, the robot paints the track red. When the robot reaches a teleporter, the teleporter activates with probability $1/2$ and does not activate with probability $1/2$. The robot continues moving clockwise after being teleported.
What is the expected number of seconds until the entire track is painted red?
By heuristics, I suspect the quantity is asymptotic to $n\log_{2} (n)$, but I am having trouble proving this (or computing an exact result). Any help would be much appreciated.