Reason (R):
The sum of the squares of the first \(n\) odd numbers is
\[
\frac{n(4n^2-1)}{3}.
\]
The correct answer is:
Show Hint
To quickly sum squares of odd numbers up to a last term \( L \), use the alternative formula \( \frac{n(L)(L+2)}{3} \) where \( n \) is the number of terms and \( L \) is the last odd number. Here, \( \frac{20 \times 39 \times 41}{3} = 10660 \).