n = int(input()) answer = n * (n + 1) / 2 print(answer)