#36004: python list一行解


712045@st.lths.tc.edu.tw (程式餓靈)


print(sum([i for i in range(0,int(input())+1)]))