N = int(input()) ans1 = [i for i in range(1, N, 2)] print(*ans1)