List composite numbers that cannot be written as the sum of two primes - MATLAB Cody - MATLAB Central

Problem 51077. List composite numbers that cannot be written as the sum of two primes

Difficulty:Rate
The number 32 is a composite number that can be written as the sum of two primes in two ways: 3+29 and 13+19. The number 33 can be written as the sum of two primes in one way: 2+31. The number 35 cannot be written as the sum of two primes at all.
Write a function to list the composite numbers less than or equal the input that cannot be written as the sum of two primes. Remember that 1 is neither prime nor composite.
Problems that might be related include Cody Problem 60 and Cody Problem 46582.

Solution Stats

48.39% Correct | 51.61% Incorrect
Last Solution submitted on Sep 13, 2024

Problem Comments

Solution Comments

Show comments
PIVlab surpasses 100K all-time File Exchange downloads
During the past twelve months, PIVlab, a MATLAB Community Toolbox for particle...
4
8

Problem Recent Solvers11

Suggested Problems

More from this Author298

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!