Hello Rachel,
this is an arithmetic sequence starting at a1 = 1 with a common difference of 2 (meaning you ADD 2 to go from one term to the next).
to find what position 29 occupies in the sequence, we use the formula an = a1 + d(n-1) where we set an =29, d = 2, a1 = 1 and solve for n which will give us the number to put on top of the sigma symbol.
29 = 1 + 2(n-1) ---> 28 = 2(n-1) ---> 14 = n-1 ---> n = 15
You now have everything you need to write the sum in sigma notation.
15 15
1 + 3 + 5 + .....+ 29 = ∑ (1 + 2(n-1)) = ∑ (2n - 1)
n = 1 n = 1