- #1
aceetobee
- 6
- 0
I want to find the smallest value of N (n > N) such that the following is true:
abs((2n)^(1/n) - 1) < 0.01
So basically, I'm looking for the term of the sequence (2n)^(1/n) which is less than 0.01 from the limit of the sequence... by trial and error, I found it to be 734.
But I'm looking ofr a theoretical solution. Any help as to what I'm missing here?
Thanks.
abs((2n)^(1/n) - 1) < 0.01
So basically, I'm looking for the term of the sequence (2n)^(1/n) which is less than 0.01 from the limit of the sequence... by trial and error, I found it to be 734.
But I'm looking ofr a theoretical solution. Any help as to what I'm missing here?
Thanks.