max = int(input()) ans = (1 + max) * max / 2 print(int(ans))