n = int(input()) l = [x for x in range(1,n+(n&1),2)] print(" ".join(map(str,l)))