import sys N = int(sys.stdin.readline()) print(sum([i for i in range(1, N+1)]))