From: Sebastian Garth on
Briefly stated: IFF gcd( s( N, N - 1 ) mod s( N, 1 ), N ) = 1 then N
is either a prime or a Carmichael number, where s( N, E ) denotes the
sum of powers function (eg: 1^E + 2^E ... + N^E).
From: Gerry on
On Jul 22, 6:44 am, Sebastian Garth <sebastianga...(a)gmail.com> wrote:
> Briefly stated: IFF gcd( s( N, N - 1 ) mod s( N, 1 ), N ) = 1 then N
> is either a prime or a Carmichael number, where s( N, E ) denotes the
> sum of powers function (eg: 1^E + 2^E ... + N^E).

Are you familiar with Giuga's conjecture?
--
GM