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