NumberTheory
NextSafePrime
least safe prime greater than a number
Calling Sequence
Parameters
Description
Examples
Compatibility
NextSafePrime(n)
n
-
positive integer
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.
withNumberTheory:
NextSafePrime1
5
NextSafePrime5
7
NextSafePrime327653
327707
isprime327707−12
true
The NumberTheory[NextSafePrime] command was introduced in Maple 2016.
For more information on Maple 2016 changes, see Updates in Maple 2016.
See Also
Download Help Document