Problem 55370. Easy Sequences 69: Radix Economy of Factorials
Solution Stats
Problem Comments
Solution Comments
-
4 Comments
Show
1 older comment
Ramon Villamangca
on 31 Aug 2022
Almost... This is in the right direction...
Ramy Salem
on 31 Aug 2022
@Ramon I don't know how to apply a recursive function to an array
Thus I am failing tests 6 and 7
Ramon Villamangca
on 31 Aug 2022
Hi Ramy,
Try to include the array as argument to your recursive call.
Ramy Salem
on 31 Aug 2022
Hey Ramon,
Found a work around for the array but I still fail test 7 because the factorial(1234) is just too big so I think my whole methodology is incorrect
Problem Recent Solvers4
Suggested Problems
-
1527 Solvers
-
523 Solvers
-
Square Digits Number Chain Terminal Value (Inspired by Project Euler Problem 92)
203 Solvers
-
Chebyshev polynomials of the 1st Kind
65 Solvers
-
convert matrix to single column
377 Solvers
More from this Author102
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!