N = int(input()) mylist = list(range(1, N + 1)) print(sum(mylist))