3^n+1 has an odd prime divisor

  • Thread starter Thread starter wsldam
  • Start date Start date
  • Tags Tags
    Prime
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
wsldam
Messages
1
Reaction score
0
Prove that 3n + 1 has an odd prime divisor for all natural numbers > 1. I tried using order but it didn't really get me anywhere. Would prefer hints rather than complete solutions. Thanks.
 
Physics news on Phys.org
If you can't see how to prove this sort of result, start by playing around with the numbers.

Work out the values of a few numbers, 32+1, 33+1, 34+1, ... What do you notice about them?
 
welcome to pf!

hi wsldam! welcome to pf! :smile:
wsldam said:
Prove that 3n + 1 has an odd prime divisor for all natural numbers > 1.

isn't that another way of saying that 2m can never be of the form 3n + 1 ?
 


tiny-tim said:
hi wsldam! welcome to pf! :smile:


isn't that another way of saying that 2m can never be of the form 3n + 1 ?

It is also saying that 3n + 1 is never an odd prime (but that's easy to show).
 
solution 1: Do it modulo 8
solution 2: Do it for m odd (mod 3) and m even (factor 2m-1).