N = input() cnt = 0 for i in range(1, N + 1): cnt = cnt + i print(cnt)