QUESTION: Consider the sequence
$a_1 = 24^{1/3}$ $a_{n+1} = (a_n + 24)^{1/3},n ≥ 1.$
Then what is the integer part of $a_{100}$ ?
MY APPROACH: I tried this one really hard but couldn't get the trick.. I used log, but that doesn't really help and the problem becomes more and more complex, so I am avoiding a confusing solution here..
Then I tried by defining a function say $$f(x)=(x+24)^\frac{1}3$$ Therefore by computing the derivative of $f$ we find that the rate at which the function increases, decreases with increase in x. Which also is quite clear from intuition. But I could not apply the result to solve the problem.
Can we form a recursive series for it? Any help will be much appreciated. Thank you so much.
Hint: Prove by induction that $2 < a_n < 3$ for all $n$.