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