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