Compute the following sum for any given x and positive integer n.
Here m! denotes the factorial of m, which the product of all natural numbers upto m. Thus,
2! = 1x2 = 2
3! = 1x2x3 = 6
5! = 1x2x3x4x5 = 120
Avoid using for/while loops.

Solution Stats

117 Solutions

48 Solvers

Last Solution submitted on Feb 26, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...