A = int(input()) B = 0 for i in range(A): i=i+1 B=B+i print(B)