N=int(input()) L=[str(2*i) for i in range(1,int(N/2)+1)] print(" ".join(L))