N = int(input().rstrip()) print(sum(range(1,N+1)))