N = int(input()) ans = list(range(1, (N - 1) // 2 * 2 + 2, 2)) print(*ans)