Problem 57869. Identify de Polignac numbers

The numbers 125 and 329 can be written as the sum of a prime and a power of 2. For example, 125 = 109+2^4, and 329 = 73+2^8. The numbers 127 and 331, which are examples of de Polignac numbers, cannot be written in this way.
Write a function that determines whether an odd number is a de Polignac number.

Solution Stats

47.62% Correct | 52.38% Incorrect
Last Solution submitted on Aug 07, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers16

Suggested Problems

More from this Author271

Community Treasure Hunt

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

Start Hunting!