pub fn is_prime(n: u32) -> bool
Returns true if n is prime. Checks a fixed set of known primes, then loops.