The given sequence is: 3, 7, 11, 15, ...
This is an arithmetic progression (AP) with first term (a) = 3 and common difference (d) = 7 - 3 = 4.
For any arithmetic progression, the sum of the first n terms is:
An=2n[2a+(n−1)d]
Substituting our values (a = 3, d = 4):
An=2n[2×3+(n−1)×4]
An=2n[6+4n−4]
An=2n[2+4n]
An=2n×2(1+2n)
An=n(1+2n)=n+2n2
Therefore: An=2n2+n
We need to find: 251∑n=125An
251∑n=125An=251∑n=125(2n2+n)
=251[2∑n=125n2+∑n=125n]
Using standard summation formulas:
∑n=1kn=2k(k+1) (sum of first k natural numbers)
∑n=1kn2=6k(k+1)(2k+1) (sum of squares of first k natural numbers)
For k = 25:
∑n=125n=225×26=325
∑n=125n2=625×26×51=633150=5525
251[2×5525+325]
=251[11050+325]
=251×11375
=455
Answer: 455
This problem combines arithmetic progression sums with summation formulas. The trick is recognizing that we need to find An first, then use standard summation formulas to evaluate the final expression efficiently.