this system lists the first 10000 primes through math however it might take a while especially at the end. (Works really fast on turbowarp) https://turbowarp.org/1054658091
this system checks for primes by dividing by each integer below the square root of the number and checking if it gets a round integer.