So, figure out how many pairs you have that add to 101 and multiply times 101. Hint: the number of pairs is half the number of numbers in your series.
In general:
Where a is the first number, l is the last number, and n is the number of numbers. Note that there is no requirement that the numbers be consecutive. For example, this would give you the sum of all the even numbers from 2 to 100 as long as you specify a, l, and n appropriately.