Sequence based on sequential square root function

AI Thread Summary
The sequence \{\sqrt{2}, \sqrt{2\sqrt{2}}, \sqrt{2\sqrt{2\sqrt{2}}}, ...\} can be expressed as powers of 2, specifically \{2^{\frac{1}{2}}, 2^{\frac{3}{4}}, 2^{\frac{7}{8}}, ...\}. A proposed formula for the exponent is 2^{(2^n - 1)/2^n}, which captures the pattern in the numerators and denominators increasing by powers of two. The discussion highlights the difficulty in identifying a common difference or ratio in the fractional exponents. Clarification is made that the formula pertains to the exponent rather than the sequence term itself. The conversation emphasizes the importance of precise notation in mathematical expressions.
cscott
Messages
778
Reaction score
1
Express each term of the sequence \{\sqrt{2}, \sqrt{2\sqrt{2}}, \sqrt{2\sqrt{2\sqrt{2}}}, ...\} as a power of 2.

I found \{2^{\frac{1}{2}}, 2^{\frac{3}{4}}, 2^{\frac{7}{8}}, ...\} but I can't get the formula for it so I can find it's limit.
 
Physics news on Phys.org
Try a few more then!

Or, it might be better just to write down a way to compute the next term from the current term.
 
If I consider just the fractional exponents as a sequence on its own, there is no common difference or common ratio so I'm stuck in this aspect.
 
Do you at least recognize the pattern?
 
The numerator and denominator go up by 2, 4, 8, 16, etc., or powers of two.
 
Last edited:
I see... so it'd be like [2^(n) - 1]/2^n ?
 
It seems to work for the first three!
 
cscott said:
I see... so it'd be like [2^(n) - 1]/2^n ?
Be careful with the parentheses. It should read:
2 ^ ((2 ^ (n) - 1) / 2 ^ n), or
2 ^ {\frac{2 ^ {n} - 1}{2 ^ n}}
:)
 
Well, I thought he was writing down the formula for the exponent, not the term of his sequence!
 
  • #10
Hurkyl said:
Well, I thought he was writing down the formula for the exponent, not the term of his sequence!

Yeah, I meant it only as the exponent.
 
Back
Top