$a_{n}$ is a sequence which is given by the formula: $a_{n+1}=\log_2(a_n)$, where $a_1=30$. What is a number of maximum elements of the sequence? I tried to approximate each number but I think there must be more systematic way to solve this problem. Can you explain this to me? Note that sequence only contains real numbers.
2026-04-24 12:26:40.1777033600
On
Number sequence with a given formula
34 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
1
On
Note sure what you are asking. If you are assuming $a_n \in \mathbb{C}$, then the sequence has an infinite number of terms (but you have to define the log branch you are using).
If you are assuming $a_n \in \mathbb{R}$, note the terms are decreasing quickly. What happens to $a_{n+1}$ when $a_n < 1$?
$$16<30<65536.$$
Taking the logarithm once,
$$4<\log_230<16.$$
Twice,
$$2<\log_2\log_230<4.$$
Thrice,
$$1<\log_2\log_2\log_230<2.$$
Four times,
$$0<\log_2\log_2\log_2\log_230<1.$$
Five times,
$$\log_2\log_2\log_2\log_2\log_230<0.$$