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