Next Safe Prime - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


NumberTheory

  

NextSafePrime

  

least safe prime greater than a number

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

NextSafePrime(n)

Parameters

n

-

positive integer

Description

• 

The NextSafePrime(n) command computes the smallest safe prime greater than n.

• 

A prime number p is said to be a safe prime if p is of the form 2q+1 where q is also prime.

Examples

withNumberTheory:

NextSafePrime1

5

(1)

NextSafePrime5

7

(2)

NextSafePrime327653

327707

(3)

isprime32770712

true

(4)

Compatibility

• 

The NumberTheory[NextSafePrime] command was introduced in Maple 2016.

• 

For more information on Maple 2016 changes, see Updates in Maple 2016.

See Also

NumberTheory