#include<bits/stdc++.h> using namespace std; int main(){ int x; while(cin>>x) cout<<(x+1)*x/2<<endl; return 0; }