Series from For loop (is there a repository for Integer Sequences?)

With those 4 arguments the expected output is:
3, 5, 7, 9
repeated twice, so:
3, 5, 7, 9, 3, 5, 7, 9
so first argument is number of repetitions
second argument is lo
third argument is hi
fourth argument is the increment. Instead of incrementing by 1, the jump is 2 (in this example).