Describe all n such that 3 devides n2^n+1

  • Context: Undergrad 
  • Thread starter Thread starter rbetan
  • Start date Start date
Click For Summary
SUMMARY

The discussion focuses on determining all integers n such that 3 divides the expression n * 2^n + 1. Participants explore the concept of modular arithmetic, specifically using congruences, to analyze the divisibility condition. The key insight is to evaluate the sequence of 2^n modulo 3 and its interaction with n, leading to the conclusion that the periods of n mod 3 and 2^n mod 3 must be considered together. This approach confirms that the original method of using modular arithmetic is valid for solving the problem.

PREREQUISITES
  • Understanding of modular arithmetic and congruences
  • Familiarity with sequences and periodicity in modular systems
  • Basic knowledge of exponentiation and its properties
  • Experience with mathematical proofs and problem-solving techniques
NEXT STEPS
  • Research the properties of sequences in modular arithmetic
  • Learn about the Chinese Remainder Theorem and its applications
  • Explore the concept of periodicity in modular exponentiation
  • Study examples of divisibility rules in number theory
USEFUL FOR

Mathematicians, students studying number theory, and anyone interested in solving modular arithmetic problems.

rbetan
Messages
14
Reaction score
0
Describe All n such that 3 divides n times 2 raised to the n, plus one.( n*2^n + 1)

I know that a number is divisible by 3 if the sum of its digits adds up to a number that itself is divisible by 3. But this is probably not helpful for this problem.

I also know that a number A is divisible by B if when A is divided by B the remainder is 0. In other words, A is congruent to 0 in mod B.

My original idea is to assume that n*2^n + 1= 0(mod 3). And then somehow try to see for which values of n this is possible. But i am stuck.

Maybe this is not the right approach.

Any help with this will be highly appreciated. Thanks
 
Physics news on Phys.org
Break the problem down to smaller steps what is the sequence of 2^n mod 3? Then what is n time this plus 1? P.S. The period of the sequence for n mod 3 is different from the period for 2^n mod 3. Their product is the period for the description of n*2^n + 1. With this in mind your original approach is correct.
 

Similar threads

  • · Replies 26 ·
Replies
26
Views
2K
Replies
27
Views
4K
  • · Replies 25 ·
Replies
25
Views
4K
  • · Replies 12 ·
Replies
12
Views
1K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
48
Views
6K
  • · Replies 33 ·
2
Replies
33
Views
5K
  • · Replies 2 ·
Replies
2
Views
2K