What is the closed summation form for $1 + 3 + 5 + \cdots + (2n-1)$ ?
I know that the closed form for $1 + 2 + 3+\cdots + n = n(n+1)/2$ and I tried plugging in $(2n-1)$ for $n$ in that expression, but it didn't produce a correct result:
$(2n-1)((2n-1)+1)/2$
plug in 3
$(2n-1)((2n-1)+1)/2 = 6 != 1 + 2 + 3 = 9$