In most sequence questions, it seems as if the key is to understand the pattern that is occurring.
You can usually do that by looking at the first 4 or 5 terms and looking for a pattern in:
-the terms themselves
-the difference between consecutive terms
-or sometimes in the addition of consecutive terms
In this problem, keeping the terms together and not performing the calculations for each term helps to see what is actually going on.
A1 = 1
A2 = (1/4) - 1
If we add up A1 and A2 right now, the (1 / (n - 1)^2) term in A2 will cancel out with A1
A3 = (1/9) - (1/4)
Again, if we sum up all the terms here, we can see that the (1 / (n - 1)^2) term in A3 will cancel out with the (1 / n^2) term in the prior A2
In fact this will keep happening as you add up any series of terms. All that will remain is the (1 / n^2) term for that given An
A4 = (1/16) - (1/9)
Sum up through A4:
1 + (1/4) - 1 + (1/9) - (1/4) + (1/16) - (1/9) =
1/16
Which is the term (1 / n^2) for the given term we added up through ——-> A4
Thus, if we are summing up a series of terms through a Prime Number - An
We are looking for an answer that will give us:
(1 / n^2) ——> where the DEN is the Perfect Square of a Prime Number
Only D gives us that option.
1 / (17)^2 = 1/289
D
Posted from my mobile device