What is the sum of the first 700 consecutive odd numbers?

1 answer

sum of arithmetic series
a1 = 1
d = 2

an = a1 + (n-1) d
so
a700 = a1 +(699)(2)

sum = (a1 + a700)/n