N = int(input()) kai=0 for i in range(N): kai += i+1 print(kai)