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