Start timers to evaluate 3 seconds apart from each other.
First timer to evaluate after 3, second after 6.

You can do this by using
timer 1 $calc(%i * 3)
Let %i be 1, then inc %i by 1 per each loop.