Question:medium

What is the sum of the first \(n\)-terms of the series, whose \(k\)-term is \(k!\times k\)?

Show Hint

For factorial series, try to write the term as a difference of two consecutive factorials. This often creates a telescoping series.
Updated On: Jun 26, 2026
  • \((n+1)!^{\,n}-1\)
  • \((n+1)^n-1\)
  • \((n+1)!-1\)
  • \(3n-2\)
Show Solution

The Correct Option is C

Solution and Explanation

Step 1: Write k * k! in telescoping form.
Observe \(k\cdot k!=(k+1)!-k!\). This is a telescoping series.

Step 2: Sum and cancel.
\(\sum_{k=1}^n k\cdot k!=\sum_{k=1}^n[(k+1)!-k!]=(n+1)!-1!=(n+1)!-1\). \[ \boxed{(n+1)!-1} \]
Was this answer helpful?
0

Top Questions on Arithmetic Progression