Fairly simple question that i'm struggling a bit with.
I want to create a for loop function that goes through 'i in 1:500'. However, I want it to specifically exclude a small list of numbers (i.e 67, 106, 188).
Just trying to work out the most efficient way of doing this.
Thanks