What is the $n$-th sequence for the following expression?

46 Views Asked by At

We know that

$$\sum_{i=1}^n i = n(n+1)/2$$

Similarly, I want to find out an explicit expression for the following sum:

$$\sum_{i=1}^n(i+1)$$

Can anybody please help me?

1

There are 1 best solutions below

0
On

For the sequence :$$\sum_{i=1}^n(i+1)$$

We can write,

$$\sum_{i=1}^n(i) + \sum_{i=1}^n(1) $$

From, $$\sum_{i=1}^n(i) = n(n+1)/2$$ , we can write

$$n(n+1)/2+n$$

Hence, $$\sum_{i=1}^n(i+1) = ( n^2+ 3n) /2$$

nth-term of the sequence : $$n+1$$