I didn’t see that b/c I always had the option “Continuously check for errors” disabled in “Preferences”.
Anyways, the use of str() is for logging purposes only, and it can be removed:
println(str(seq4_1_20));
→ println(seq4_1_20);
Regardless, what really matters is the code implementation inside seqIntsRepeatedNTimesEach()!