Given that the sum of the first n terms of a sequence {ak} is given by:
Sn=∑k=1nak=6n3
The k-th term of the sequence, ak, for k≥1 can be expressed in terms of the sum function as:
ak=Sk−Sk−1for k≥2, and a1=S1=6(1)3=6
Substituting the given formula for Sk:
ak=6k3−6(k−1)3
ak=6[k3−(k3−3k2+3k−1)]
ak=6(3k2−3k+1)
ak=18k2−18k+6
Now, we calculate the difference between consecutive terms, ak+1−ak:
ak+1−ak=[18(k+1)2−18(k+1)+6]−[18k2−18k+6]
ak+1−ak=18[(k+1)2−k2]−18[(k+1)−k]
ak+1−ak=18(2k+1)−18(1)
ak+1−ak=36k+18−18=36k
Dividing both sides by 36:
36ak+1−ak=k
We need to evaluate the required sum:
∑k=16(36ak+1−ak)2=∑k=16k2
Using the formula for the sum of the squares of the first N natural numbers, ∑k=1Nk2=6N(N+1)(2N+1):
∑k=16k2=66×(6+1)×(2×6+1)=66×7×13=7×13=91