Previous Up Next

7.1.17  The nth pseudo-prime number

The ithprime command finds pseudo-primes.

Examples

ithprime(75)
     
379           
ithprime(k)$(k=1..20)
     
2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71           

Previous Up Next