Concept:Rewrite an=n(n!) as a telescoping difference: (n+1)!−n!.Explanation:Given an=n(n!).We express it as an=(n+1)n!−n!=(n+1)!−n!.Substitute n=1 to 10:a1=2!−1!, a2=3!−2!, …, a10=11!−10!.Add all terms: (2!−1!)+(3!−2!)+⋯+(11!−10!).All intermediate terms cancel, leaving 11!−1!=11!−1.Answer:11!−1 (Option D).