One of the thrills of studying the primes is the discovery that all primes greater than 3 are of the form 6k+1 or 6k-1. And for primes greater than 2, all primes are of the form 4k+1 or 4k-1. It is something that is commonly rediscovered by students, and that new independent finding was quite exciting for me. The reasoning, which is in the article here, is that you can make any whole number you wish if the number is…
> the discovery that ... Wouldn't the vast majority of those studying primes learn this from their textbook? Note that 6k-1 is the same as 6k + 5. By writing that way, we can focus in positive representations of the modulo 6 congruence. 6k + 0 can't be prime, it's divisible by 6, yielding k 6k + 1 might be prime: we cannot rule it out by division. 6k + 2 cannot be prime, it's divisible by 2, yielding 3k + 1. 6k + 3 c…
And that's why it's one of the five books I have kept in the decades since.