Problem 52956. Compute the largest number whose prime factors sum to n
This problem deals with a sequence whose tenth term is 36 because the prime factors of 36 (2, 2, 3, 3) sum to 10. The number 32 would also fit, but the elements of this sequence are the largest possible examples.
Write a function to produce the nth term in this sequence. In other words, compute the largest number whose prime factors sum to n. Take the first term in the sequence to be 1.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers11
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15595 Solvers
-
Count from 0 to N^M in base N.
235 Solvers
-
1890 Solvers
-
515 Solvers
-
Mysterious digits operation (easy)
287 Solvers
More from this Author290
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!