i am getting p = 3, 167 (odd prime factors of 2004)
find all odd prime numbers p which divide
1p-1+2p-1+3p-1+.....................2004p-1
-
UP 0 DOWN 0 1 4
4 Answers
b_k_dubey
·2009-12-07 08:38:41
ap-1 ≡ 1 (mod p) where p is co-prime to a
here a varies from 1 to 2004, all of them will give remainder 1 except for a = p, 2p, 3p, ......, [2004/p] p which will give remainder 0
(here [.] is greatest integer function)
so final remainder = 2004 - [2004/p]
this should be divisible by p for which p should be odd prime factor of 2004