This circuit has a few flaws and will not work.
- 2 V are not enough to power the circuit. 5 V is a minimum.
- Pin 15 (reset) of IC3 is unconnected (floating). This means IC3 may randomly reset, thus interrupting the flow of the LED sequence.
- This is not three circuits of 20 LEDs but one circuit of 60 LEDs. The LEDs will light up in the sequence of LED banks on these pins of IC3: 3 2 4 7 10 1
- Once the last LED has been turned on and off again, there will be a long pause while IC3 counts through pins 5, 8, 9 11.
Look up the circuit in post #9. There you see pin 15 (reset) of IC3 connected to the first unused counter output (pin 7). In your circuit the connection would have to be from 5 to 15. This will remedy issues #2 and #4 of the above list.
You still need to supply a higher operating voltage.
Issue #3 is completely unresolved. What is the effect you want to achieve?
- Have 3 LED chasers run completely snychronous - use e.g 9 V supply voltage and instead of a single LED use 3 LEDs. Then group the LEDs such that from each series connection one LED belongs to one group. This will give you three groups of simultaneously blinking LEDs.
- Have 3 LED chasers run in sequence, one after the other - your design can be used with the above mentioned modifications.
- Have 3 LED chasers run completely asynchronous - build three of the 20 LED chasers from post #9.