Analyzing the Setup
We are given an arithmetic progression an with a first term a1=7 and a common difference d=8. The general term is defined as:
an=a1+(n−1)d=7+(n−1)8=8n−1
This linear growth serves as the foundation for the sequence Tn.
The Telescoping Bridge
The relationship Tn+1−Tn=an defines a classic telescoping structure. By summing these terms from k=1 to n−1, the intermediate terms cancel out:
Given T1=3, we express Tn as:
We split the summation and apply the standard formula ∑k=1mk=2m(m+1) with m=n−1:
Simplifying the expression, we obtain the quadratic DNA of the sequence:
Tn=3+4n(n−1)−n+1=4n2−5n+4
Testing the Waters
Using the master key Tn=4n2−5n+4, we evaluate specific terms to verify the given options. For n=20:
T20=4(20)2−5(20)+4=1600−100+4=1504
Since Option A claims 1604, it is false. For n=30:
T30=4(30)2−5(30)+4=3600−150+4=3454
Thus, Option C is correct.
The Grand Summation
Finally, we calculate the sum Sn=∑k=1nTk=∑k=1n(4k2−5k+4). Distributing the summation yields:
Sn=4k=1∑nk2−5k=1∑nk+4k=1∑n1
Applying the standard power sum formulas, we get:
Sn=4[6n(n+1)(2n+1)]−5[2n(n+1)]+4n
For n=20, substituting the values results in:
S20=4[620⋅21⋅41]−5[220⋅21]+4(20)=11480−1050+80=10510
Consequently, Option B is true. For n=30, the calculation yields 35615, meaning Option D is false.