fir = int(input()) bunsi = int((fir+1)*(fir+2)) result = int(bunsi/2) print(result)