N = input() for x in reversed([N * (i + 1) for i in range(int(N))]): print(x)