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

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 2⁢q+1 where q is also prime.

Examples

> 

with⁡NumberTheory:

> 

NextSafePrime⁡1

5

(1)
> 

NextSafePrime⁡5

7

(2)
> 

NextSafePrime⁡327653

327707

(3)
> 

isprime⁡327707−12

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