New Reply

Euler totient puzzle

 
Share Thread Thread Tools
Mar16-12, 03:06 PM   #1
 

Euler totient puzzle


Let n=79
phi is Euler totient

Can you find a number k such as :

phi(k)=0 mod 79
phi(k+1)=0 mod 79
phi(k+2)=0 mod 79
phi(k+3)=0 mod 79
.....
phi(k+78)=0 mod 79
phi(k+79)=0 mod 79

Good luck!
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Bird's playlist could signal mental strengths and weaknesses
>> Minus environment, patterns still emerge: Computational study tracks E. coli cells' regulatory mechanisms
>> Bacterium uses natural 'thermometer' to trigger diarrheal disease, scientists find
Mar17-12, 04:46 PM   #2
 
Since there are infinite primes in any[*] arithmetic sequence, I'd choose 80 primes, call them p0 to p79, of the form 79n+1.

Next, use the Chinese Remainder Theorem to find a solution 'k' of the system of 80 congruences [itex]k \equiv -n \pmod {p_n}[/itex] with n=0,1,2,...79.

It follows that p0 divides k, p1 divides k+1, ... and p79 divides k+79. Then each (pn-1) will divide each phi(k+n); and since all primes were a multiple of 79 plus 1, each phi(k+n) will be divisible by 79, as required.

--
Edit:[*] Well, not any, but you get the idea.
Mar17-12, 08:15 PM   #3
 
Quote by Dodo View Post
Since there are infinite primes in any[*] arithmetic sequence, I'd choose 80 primes, call them p0 to p79, of the form 79n+1.

Next, use the Chinese Remainder Theorem to find a solution 'k' of the system of 80 congruences [itex]k \equiv -n \pmod {p_n}[/itex] with n=0,1,2,...79.

It follows that p0 divides k, p1 divides k+1, ... and p79 divides k+79. Then each (pn-1) will divide each phi(k+n); and since all primes were a multiple of 79 plus 1, each phi(k+n) will be divisible by 79, as required.

--
Edit:[*] Well, not any, but you get the idea.
You are right.
Thanx for your solution.
Anyway it does not mean that it ALWAYS exists k for every n odd prime.
Proof is needed.
New Reply
Thread Tools


Similar Threads for: Euler totient puzzle
Thread Forum Replies
Euler's Totient Function Linear & Abstract Algebra 2
Totient Function and phi(n)==phi(2n) for odd n Linear & Abstract Algebra 13
About Euler's totient function Linear & Abstract Algebra 2
Euler's Totient Function Proving General Math 1
Euler Totient. Help needed. Calculus & Beyond Homework 3