| Bill Allombert on Wed, 01 Mar 2023 09:15:13 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: private primes table name |
On Wed, Mar 01, 2023 at 01:38:58AM +0100, Jean-Luc ARNAUD wrote: > Hi all, > > What's the name of the private primes table? > > How could I directly access to it, for example in order to extract the xth > prime number? In GP or in C ? In GP you can do V=primes(500000); to get the table up to the 500000th prime. Cheers, Bill.