N = input() import numpy as np a = np.arrange(N+1) answer =np.sum(a) print(answer)