- #1
murshid_islam
- 458
- 19
this is the problem:
let {ak} be a sequence of real numbers. and the sequence is defined as
[tex]a_0 = 2006[/tex]
[tex]a_{n} = \log_{2}a_{n-1}[/tex]
now i have to find out the number of terms in the sequence.
this is what i have done:
i see that a5 is negative. so we can't find out a6 or any other subsequent terms. so the number of terms is 6 (a0 upto a5).
but how can i find out the number of terms without calculating the terms upto a5? is there a way to do it?
let {ak} be a sequence of real numbers. and the sequence is defined as
[tex]a_0 = 2006[/tex]
[tex]a_{n} = \log_{2}a_{n-1}[/tex]
now i have to find out the number of terms in the sequence.
this is what i have done:
i see that a5 is negative. so we can't find out a6 or any other subsequent terms. so the number of terms is 6 (a0 upto a5).
but how can i find out the number of terms without calculating the terms upto a5? is there a way to do it?