n = int(input()) s = [int(x) for x in range(1, n+1)] print(sum(s))