you = int(input()) l = list(range(1, you + 1)) print(sum(l))