N = int(input().strip())
print(sum([i for i in range(1, N + 1)]))