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 where is also prime.
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