language: Python 3 (python-3.1.2)
date: 102 days 20 hours ago
link:
visibility: public
1
2
n=int(input())
print (int(n*(n+1)/2+1))