n = int(input()) ans = list(range(2 * 10 ** 9, 2 * 10 ** 9 - n, -1)) + [2 * 10 ** 9 - 1, 2 * 10 ** 9] print(*ans)