Mersenne primes

From Rosetta Code
Revision as of 16:12, 4 January 2018 by rosettacode>Thecodestone (Created page with "{{task}}Mersenne primes: Challenge: Create code that will list all of the Mersenne primes until some limitation is reached. For information on what a Mersenne prime is, go...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Task
Mersenne primes
You are encouraged to solve this task according to the task description, using any language you may know.

Mersenne primes:

Challenge:

Create code that will list all of the Mersenne primes until some limitation is reached. For information on what a Mersenne prime is, go to this link: [[1]]