print(*[pow(2, 24) + pow(2, i) for i in range(25)][:int(input())])