N = int(input()) assert 1 <= N <= 10 ** 5 print(-1, *[N - i - 1 for i in range((N-1) // 2)])