def s(N): return N*(N+1)//2 N=int(input()) print(s(N)) #2305843010287435776