Given an interger n, try to find the sum of the sequence with following pattern:2-3 + 4-5 + 6 +...n
An integer n
n >= 2
an integer represent the answer
4
3
6
5
-2