n = int(input()) + 1 l = [i for i in range(n)] answer = sum(l) print(answer)