n = io.read("*n") t = {} for i = 1, n, 2 do table.insert(t, i) end print(table.concat(t, " "))