Problem 57487. Compute the largest number with a given integer complexity
Cody Problems 42831 and 42834 ask us to compute integer complexity, the smallest number of 1s needed to construct a number with addition and multiplication. For example, the integer complexity of 11 is 8 because it can be written as
. The other numbers with integer complexity 8 are 13, 14, 15, 16, and 18. Therefore
is the largest integer with complexity 8.
Write a function to determine the largest number with given integer complexities. Return the answers as a cell array of strings.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers8
Suggested Problems
-
Project Euler: Problem 6, Natural numbers, squares and sums.
2534 Solvers
-
Fermat's Last Theorem - Fermat's conjecture
107 Solvers
-
Numbers spiral diagonals (Part 1)
295 Solvers
-
Integer sequence - 2 : Kolakoski sequence
188 Solvers
-
919 Solvers
More from this Author321
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!