N=int(input()) ans = [2**25 + 2**i for i in range(N)] print(*ans)