N = int(input()) for i in range(1,N+1,2): print(i,end = " ") print()