a = int(input()) for i in range(1,a+1): total = total + i print(total)