N = int(input()) for i in range(N): A = A + (i + 1) print(A)