3
votes
Prime number calculation fun
Posting this as a logical explanation as I don't know java.
All prime numbers above 3 are of the form 6n − 1 or 6n + 1, because all other numbers are divisible by 2 or 3.
Also, if t …
