Problem 45429. Prime Sum
Solution Stats
Problem Comments
-
2 Comments
what are the three ways to obtain 7 by summing primes?! 2+5, 2+2+3, and?
Found at a blog that if a number is prime, wrongly some people consider this a sum. So the third way to obtain 7 would be 7 by itself, which is wrong, because it should actually be 7+0, but 0 is not a prime (and 7 by itself is not a sum). https://medium.com/@yevgeniy.v.filatov/counting-the-ways-to-express-a-number-as-a-sum-of-primes-e5e871b48193#:~:text=For%20the%20number%207%20we,as%20a%20sum%20of%20primes.
Problem Recent Solvers6
Suggested Problems
-
Project Euler: Problem 9, Pythagorean numbers
712 Solvers
-
395 Solvers
-
Getting the indices from a vector
5752 Solvers
-
Square Digits Number Chain Terminal Value (Inspired by Project Euler Problem 92)
188 Solvers
-
Numbers spiral diagonals (Part 1)
137 Solvers
More from this Author149
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!