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