Skip to main content
The National Cipher Challenge

Reply To: Programming

#98006
ByteInBits
Participant

Hey coders, where are you?
With 1,000’s of participants I thought there would be at least half a dozen
replies to Question #1.

If you are wandering. . .
It does not matter how your code is done (what it looks like) as long as it
produces the results needed, no one will say you could have done it in a better
way, so don’t shy away from posting.

When others post code we may all learn something from it.

================================================ QUESTION #2

Write code in your chosen language and give answers to the following?

Find a 4 digit positive integer N that has 60 divisors (includes 1 and N) and
is also the sum of 42 consecutive primes. N and list the 42 primes.

Show your code and its output giving the answer to the number and the primes.

Report a problem