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
-
Find the numeric mean of the prime numbers in a matrix.
8028 Solvers
-
Create a cell array out of a struct
1191 Solvers
-
Number of 1s in a binary string
6328 Solvers
-
Golomb's self-describing sequence (based on Euler 341)
135 Solvers
-
Numbers spiral diagonals (Part 1)
165 Solvers
More from this Author92
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!