The sequence provided is \( 2 + 3 + 5 + 6 + 8 + 9 + \dots + 2n \) terms. We need to determine the sum of this sequence. Observing the sequence, it alternates between +1 and +2 starting from 2, meaning it can be split into two subsequences:
The ith term in the even-indexed subsequence follows the formula \(t_i = 2 + 3(i-1)\). For the odd-indexed terms, it follows \(t_i = 3 + 3(i-1)\).
Given that there are \(2n\) terms in total, each subsequence will have n terms. The sum of an arithmetic sequence is calculated as follows:
Sum of even-indexed terms:
\(S_e = \frac{n}{2} \times \text{(first term + last term)}\)
\(S_e = \frac{n}{2} \times \left[2 + (2 + 3(n-1))\right] = \frac{n}{2} \times (2 + 3n - 1) = \frac{n}{2} \times (3n + 1)\)
\(S_e = \frac{3n^2+n}{2}\)
Sum of odd-indexed terms:
\(S_o = \frac{n}{2} \times \text{(first term + last term)}\)
\(S_o = \frac{n}{2} \times \left[3 + (3 + 3(n-1))\right] = \frac{n}{2} \times (3 + 3n - 1) = \frac{n}{2} \times (3n + 2)\)
\(S_o = \frac{3n^2+2n}{2}\)
Total sum:
\(S = S_e + S_o\)
\(S = \frac{3n^2+n}{2} + \frac{3n^2+2n}{2} = \frac{6n^2+3n}{2}\)
\(S = 3n^2 + \frac{3n}{2} + \frac{2n}{2}\)
\(S = 3n^2 + 2n\)
This matches the correct answer given: \(3n^2 + 2n\).
If \(\sum\)\(_{r=1}^n T_r\) = \(\frac{(2n-1)(2n+1)(2n+3)(2n+5)}{64}\) , then \( \lim_{n \to \infty} \sum_{r=1}^n \frac{1}{T_r} \) is equal to :