#include int main(){ using namespace std; int input; cin >> input; cout << (input*(1+input))/2 << endl; }