The problem states:
Calculate the first six terms of the following sequence (start with n=1):
c(sub n) = n+(n+1)+(n+2)+...+(2n)
I am stuck at the beginning! How do I know where to fill in terms such as (n+3) and where to stop filling in terms and letting (2n) be the last? I'm probably overthinking this...
I started and ended up with this:
1+(1+1)+(2(1))
2+(2+1)+(2(2))
3+(3+1)+(3+2)+(2(3))
4+(4+1)+(4+2)+(4+3)+(2(4))
5+(5+1)+(5+2)+(5+3)+(5+4)+(2(5))
6+(6+1)+(6+2)+(6+3)+(6+4)+(6+5)+(2(6))
How wrong is that?
Calculate the first six terms of the following sequence (start with n=1):
c(sub n) = n+(n+1)+(n+2)+...+(2n)
I am stuck at the beginning! How do I know where to fill in terms such as (n+3) and where to stop filling in terms and letting (2n) be the last? I'm probably overthinking this...
I started and ended up with this:
1+(1+1)+(2(1))
2+(2+1)+(2(2))
3+(3+1)+(3+2)+(2(3))
4+(4+1)+(4+2)+(4+3)+(2(4))
5+(5+1)+(5+2)+(5+3)+(5+4)+(2(5))
6+(6+1)+(6+2)+(6+3)+(6+4)+(6+5)+(2(6))
How wrong is that?
Last edited: