N = input() N = int(N) L = range(1, N+1, 1) A = sum(L) print(A)