The correct option is C n(n+1)!
Consider the ith term: ti=(i2+1)i!.
We re-write it as :
ti=((i+1)(i+2)−3(i+1)+2)i!=(i+2)!−3(i+1)!+2i!
t1=3!−3.2!+2.1!
t2=4!−3.3!+2.2!
t3=5!−3.4!+2.3!
.
.
.
tn−2=n!−3.(n−1)!+2.(n−2)!
tn−1=(n+1)!−3.n!+2.(n−1)!
tn=(n+2)!−3.(n+1)!+2.n!
Observe that diagonal terms(from top left to bottom right) having similar factorials and get cancelled when added together. Remaining terms are collected.
Answer = 2.1!−2!+(n+2)!−2.(n+1)!=n(n+1)!