Just a Huge List of the Prime Numbers
Posted by Al Sweigart in misc
Prime numbers are whole numbers greater than 1 that only have 1 and themselves as factors: 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, 127, 131, 137 and so on. It's surprisingly hard to find a just a huge list on the internet of them (even Wikipedia only lists the first thousand), so I made this page. To save on bandwidth, this page uses JavaScript code to generate them in batches of 100,000 prime numbers at a time. Click the Generate 100,000 More Primes button at the bottom to continue the list of primes.
