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