numtheory(deprecated)/mersenne - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

Home : Support : Online Help : numtheory(deprecated)/mersenne

numtheory(deprecated)

  

mersenne

  

nth Mersenne prime

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

mersenne(n)

mersenne([i])

Parameters

n, i

-

positive integers

Description

• 

Important: The numtheory package has been deprecated.  Use the superseding commands NumberTheory[IthMersenne], NumberTheory[IsMersenne] instead.

• 

The function mersenne computes Mersenne primes. If the argument n is an integer then mersenne(n) will return  if  is known to be prime.  Otherwise, if n is prime, but  is not determinably prime, then mersenne(n) will return FAIL.  Finally, if n is composite it will return false.

• 

If the argument is a list with one integer element [i], then mersenne([i]) will return the ith Mersenne prime.  If the value is beyond Maple's precomputed list of Mersenne primes, an error will be issued.

• 

The command with(numtheory,mersenne) allows the use of the abbreviated form of this command.

Examples

Important: The numtheory package has been deprecated.  Use the superseding commands NumberTheory[IthMersenne], NumberTheory[IsMersenne] instead.

(1)

(2)

(3)

(4)

(5)

See Also

NumberTheory[IsMersenne]

NumberTheory[IthMersenne]

numtheory(deprecated)[fermat]

 


Download Help Document