# -*- coding: utf-8 -*- if __name__ == "__main__": N = int(input()) print(int((N+1)*N/2))