ans = [] for i in range((int(input())+1)//2): ans.append(2*i+1) print(*ans)