N = int(input()) print(*list(filter(lambda x: x % 2 == 1, range(1, N + 1))))