N = int(input()) + 1 print(sum([i for i in range(N)]))