How to find BIG prime numbers

How to find BIG prime numbers

If my calculations are right the best way to find a BIG prime number is to iterate through all the prime numbers before it, why? Because the quickest way to check a prime is to see if it is divisible by all the previous primes, I am not going to waste any processing power on non prime can be defined with prime numbers like 63 = 7*3^2. So here is my first attempt to find that BIG prime. (With BIG…

Read More Read More

Raspberry Pi 2

Raspberry Pi 2

After the temporary death of the Banana Pi (and with it my website) I hastily bought a Raspberry Pi 2 to then find out few days later that the problem with the Banana was SD adapter from micro to normal, the miracle of Easter (Banana Pi = Jesus), replaced the adapter the Banana start again. Need to find a use to this one now….