so I didn't know this, but got curious about how many known prime there are - I knew there were infinite primes, but thought that there would be some concrete list of all the primes that we had discovered somewhere - but apparently not https://math.stackexchange.com/questions/272791/how-many-pri... > Nobody's really keeping count. ... There are very many hundred-digit primes to find. We could cover the Earth in hardd…
> so I didn't know this, but got curious about how many known prime there are This isn't the exact question you're asking, but we actually know the distribution of prime numbers, which allows us to calculate the (approximate) number of primes that are less than or equal to an arbitrary value. Since the largest prime discovered is 2^(277,232,917-1), that means that the number of primes less than or equal to that numbe…
2^(277,232,917)-1
not
2^(277,232,917-1)