What is the sum of the following sequence:
Σ(km^k)/(k+m)! for k=1...n
for different n and m?
Solution Stats
Problem Comments
6 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers1587
Suggested Problems
-
Sort a list of complex numbers based on far they are from the origin.
5791 Solvers
-
Solve the set of simultaneous linear equations
491 Solvers
-
Find the maximum number of decimal places in a set of numbers
3369 Solvers
-
Sum of odd numbers in a matrix
614 Solvers
-
Natural numbers in string form
1849 Solvers
More from this Author9
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Additional test cases have been added.
Test case 2 (and likely others) appear broken. For n-1, m=2, this should be:
1*2^1/(1+2) = 2/3, not 1/3.
@GeeTwo, the test suite is perfectly fine, as indicated by the reference solutions and the submitted solution.
Loved the Computer Science concept to make the computation more efficient!!
very good
Interesting question.