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 comments
Loading...
Problem Recent Solvers15
Suggested Problems
-
Permute diagonal and antidiagonal
504 Solvers
-
We love vectorized solutions. Problem 1 : remove the row average.
884 Solvers
-
Square Digits Number Chain Terminal Value (Inspired by Project Euler Problem 92)
254 Solvers
-
303 Solvers
-
Side of an equilateral triangle
6883 Solvers
More from this Author323
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!