N=int(input()) K=N*(N+1) answer=K/2 print(answer)