Here is a list of all primes from 30000 to 30300 (there are 30):
The number 30011 is prime. (This occurs for i = 2.)
The number 30013 is prime. (This occurs for i = 2.)
The number 30029 is prime. (This occurs for i = 3.)
The number 30047 is prime. (This occurs for i = 5.)
The number 30059 is prime. (This occurs for i = 6.)
The number 30071 is prime. (This occurs for i = 8.)
The number 30089 is prime. (This occurs for i = 9.)
The number 30091 is prime. (This occurs for i = 10.)
The number 30097 is prime. (This occurs for i = 10.)
The number 30103 is prime. (This occurs for i = 11.)
The number 30109 is prime. (This occurs for i = 11.)
The number 30113 is prime. (This occurs for i = 12.)
The number 30119 is prime. (This occurs for i = 12.)
The number 30133 is prime. (This occurs for i = 14.)
The number 30137 is prime. (This occurs for i = 14.)
The number 30139 is prime. (This occurs for i = 14.)
The number 30161 is prime. (This occurs for i = 17.)
The number 30169 is prime. (This occurs for i = 17.)
The number 30181 is prime. (This occurs for i = 19.)
The number 30187 is prime. (This occurs for i = 19.)
The number 30197 is prime. (This occurs for i = 20.)
The number 30203 is prime. (This occurs for i = 21.)
The number 30211 is prime. (This occurs for i = 22.)
The number 30223 is prime. (This occurs for i = 23.)
The number 30241 is prime. (This occurs for i = 25.)
The number 30253 is prime. (This occurs for i = 26.)
The number 30259 is prime. (This occurs for i = 26.)
The number 30269 is prime. (This occurs for i = 27.)
The number 30271 is prime. (This occurs for i = 28.)
The number 30293 is prime. (This occurs for i = 30.)
Some of you used my web form, some of you used tables of primes,
some of you tried dividing N by all integers from 2 to N1/2
(using the fact that an integer N bigger than 1 is prime if and only if N has no factor
bigger than 1 but less than or equal to N1/2).