N = int(input()) a = range(1, N+1) b = sum(a) print(b)