#include int main(){ int N; std::cin >> N; std::cout << (1+N)*N/2 << std::endl; return 0; }