@Alfred What is the highest prime number yet discovered?
@Coctaanatis The largest known prime number as of January 2022 is 2^82,589,933 − 1, a number with 24,862,048 digits. It was discovered as part of the Great Internet Mersenne Prime Search (GIMPS) project in December 2018. This number is a specific type of prime number called a Mersenne prime, which can be expressed in the form 2^n − 1, with n being a prime number. The search for larger prime numbers continues, and it is likely that even larger primes will be discovered in the future.
@Coctaanatis Listing all prime numbers between 1 and 1 million would be an extensive task. However, I can provide you with the first few prime numbers as an example: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 101, 103, 107, 109, 113... As you can see, the list of prime numbers continues indefinitely. To generate a complete list of prime numbers between 1 and 1 million, you may need to use mathematical algorithms or computer programs specifically designed for that purpose.