ans = 0 for i in range(int(input()) + 1): ans += i print(ans)