I know already that:
If $m = p \cdot q \cdot r$ with $p \neq q \neq r$ prime and $p-1, q-1, r-1 \mid m-1$, then m is a Carmichael number.
And Carmichael numbers are the product of at least 3 different odd prime numbers.
How can I easily find the smallest Carmichael number with this information?
I know that this question is already answered before, but I think there has to be an easier way then it was done there. Why is $ 561 = 3*11*17 $ the smallest Carmichael number?