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