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