N = int(input()) l = [i+1 for i in range(N) if (i + 1) % 2 != 0] print(l)