Question:

If \(\sum_{k=1}^{n} k(k+1)(k-1) = p n^4 + q n^3 + t n^2 + s n\), where \(p, q, t, s\) are constants, then the value of \(s\) is equal to

Show Hint

Rewrite products into powers before summation.
Updated On: Mar 23, 2026
  • \(-\dfrac14\)
  • \(-\dfrac12\)
  • \(\dfrac12\)
  • \( s = -\frac{1}{4} \)
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

\(k(k+1)(k-1) = k^3 - k\)
\[ \sum_{k=1}^{n} (k^3 - k) = \sum_{k=1}^{n} k^3 - \sum_{k=1}^{n} k \]
\[ = \left( \frac{n(n+1)}{2} \right)^2 - \frac{n(n+1)}{2} \]
Expanding and comparing coefficients gives:
\[ s = -\frac{1}{4} \]
Was this answer helpful?
0
0