n = int(input()) for i in range(int(n/2)): if i != 0: print(' ', end='') print(i*2+2, end='') print('')