Are All Powers of Sequence Members Still Part of the Sequence?

Click For Summary
SUMMARY

The discussion focuses on determining which powers of numbers in the sequence defined by a_n = 3n + 2 (where the sequence is 2, 5, 8, 11, 14...) are included in the sequence itself. The conclusion is that only odd powers of sequence members remain in the sequence, while even powers do not. The proof involves analyzing the expression (3n + 2)^x and establishing conditions under which the resulting integer q = (2^x - 2)/3 remains an integer, specifically for odd values of x.

PREREQUISITES
  • Understanding of arithmetic sequences and their general forms.
  • Familiarity with binomial expansion and coefficients.
  • Knowledge of modular arithmetic, particularly modulo 3.
  • Basic algebraic manipulation and proof techniques.
NEXT STEPS
  • Study binomial expansion and its applications in algebra.
  • Learn about modular arithmetic and its implications in number theory.
  • Explore properties of sequences and series in mathematics.
  • Investigate integer conditions in algebraic expressions and their proofs.
USEFUL FOR

Mathematicians, educators, students studying number theory, and anyone interested in the properties of sequences and powers in mathematics.

Natasha1
Messages
494
Reaction score
9
Could anyone just run through my answer to this question and spote any mistakes, to let me know if I have done this correctly please? Thanks!

Question:

Which powers of numbers in the sequence are always in the sequence and which are not. Prove your findings.

sequence 2, 5, 8, 11, 14...


Answer:

a_n = 3n+2

So a member in the sequence taken to a power of a number in the sequence will be of the form (3n+2)^x where x is any member of the sequence.

So

(3n+2)^x = (3n)^x + (3n)^x-1 *2^1 + (3n)^x-2 * 2^2 +...+(3n)^1 * 2^x-1 + 2^x

Noticing from this that the last term is always 2^x.

If we set (3x+2)^x = 3q+2

Solving for q:

q= (2^x - 2)/3

As q has to be an integer, x has to take values for which (2^x - 2)/3 remains an integer are the odd numbers (1, 3, 5, 7, ...)

Therefore, the powers of the numbers which will always be in the sequence are the odd numbers. All the even powers do not lie in the sequence.
 
Physics news on Phys.org
Natasha1 said:
Could anyone just run through my answer to this question and spote any mistakes, to let me know if I have done this correctly please? Thanks!

Question:

Which powers of numbers in the sequence are always in the sequence and which are not. Prove your findings.

sequence 2, 5, 8, 11, 14...


Answer:

a_n = 3n+2

So a member in the sequence taken to a power of a number in the sequence will be of the form (3n+2)^x where x is any member of the sequence.

So

(3n+2)^x = (3n)^x + (3n)^x-1 *2^1 + (3n)^x-2 * 2^2 +...+(3n)^1 * 2^x-1 + 2^x

Noticing from this that the last term is always 2^x.

If we set (3x+2)^x = 3q+2
You've expanded the terms out incorrectly. Where are all the binomial coefficients?
[tex](x + y) ^ n = \sum_{k = 0} ^ n \left( \begin{array}{l} n \\ k \end{array} \right) x ^ k y ^ {n - k}[/tex]
Solving for q:

q= (2^x - 2)/3
Nope, this is wrong.
[tex]q = \frac{(3x + 2) ^ x - 2}{3}[/tex]
Expand (3x + 2)x out like above, we notice that all but the last term is divisible by 3, we have:
[tex]q = \frac{(3x + 2) ^ x - 2}{3} = A + \frac{2 ^ n - 2}{3}[/tex], where A is some positive integer.
As q has to be an integer, x has to take values for which (2^x - 2)/3 remains an integer are the odd numbers (1, 3, 5, 7, ...)

Therefore, the powers of the numbers which will always be in the sequence are the odd numbers. All the even powers do not lie in the sequence.
Why? Can you prove that: 22n + 1 - 2, where n is an integer is divisible by 3?
---------------------
Hint, another way is that:
[tex]a_n \equiv -1 \mbox{ mod } 3[/tex]
[tex]\Rightarrow (a_n) ^ {2k} \equiv ? \mbox{ mod } 3, \ k \in \mathbb{N}[/tex]
[tex]\Rightarrow (a_n) ^ {2k + 1} \equiv ? \mbox{ mod } 3, \ k \in \mathbb{N}[/tex]
Can you go from here? :)
 
Last edited:

Similar threads

Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 8 ·
Replies
8
Views
3K
Replies
8
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 28 ·
Replies
28
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K