Questions tagged [carmichael-numbers]

Use this tag for questions about composite numbers n that satisfy b^(n-1) ≡ 1 (mod n) for all integers b relatively prime to n.

In number theory, a Carmichael number is a composite number n that satisfies the modular arithmetic congruence relation b$^{n-1}$ ≡ 1 (mod n) for all integers b relatively prime to n.

Fermat's little theorem states that if p is a prime number, then for any integer b, the number b$^p$ − b is an integer multiple of p. Carmichael numbers are composite numbers having that property. A Carmichael number will pass a Fermat primality test to every base b relatively prime to the number even though it is not actually prime. That makes tests based on Fermat's little theorem less effective than strong probable prime tests.

56 questions
3
votes
1 answer

On the existence of abundant Carmichael numbers

A natural number $n$ is called Carmichael if it is squarefree and for each prime factor $p$ of $n$, $p-1$ divides $n-1$. Moreover, $n$ is abundant if the sum of its divisors is $>2n$. I have checked the first Carmichael numbers and I have seen that…