No induction needed ... just use a simple trick famously used by Gauss when he was 10 years old:
Take two of these series, one going from $a_1$ to $a_n$, and the other one going back from $a_n$ to $a_1$, put them under each other, and add them up by entry (that is, add the first entries of the two series, then add the second entries, etc):
$a_1 + a_2 + ... + a_{n-1} + a_n$
$a_n + a_{n-1} + ... + a_2 + a_1$
Added together gives:
$(a_1 + a_n) + (a_2 + a_{n-1}) + ... + (a_{n-1} + a_2) + (a_n+a_1)$
Now note that $a_{1+i} + a_{n-i} = a_1 + i*r + a_n - i*r = a_1 + a_n$
(put differently: each time you move an entry to the right, the first number of the pair increases by $r$, while the second of the pair decreases by $r$, so the sum stays the same)
So, each pair adds up to $a_1 + a_n$, and since you have n pairs, you get a total of $n*(a_1 + a_n)$.
Since that is the sum of two series, one series has a sum of half of that, i.e.:
$$a_1 + ... + a_n = \frac{n*(a_1 + a_n)}{2}$$