I was trying to solve the following sum:
$$a_1=\sqrt[3]{24}$$ $$a_{n+1}=\sqrt[3]{(a_n+24)},n\ge1$$ $Find\,the\,integer\,part\,of\,a_{100}$
Source: ISI B Math 2012 paper
I proceeded in this manner:
$$a_1^3=24$$ $$a_2=\sqrt[3]{a_1+a_1^3}$$ $$a_2^3=a_1+a_1^3$$ similarly, $$a_3^3=a_2+a_1^3=a_1+2a_1^3$$ $$a_4^3=a_1+3a_1^3$$ $$\ldots$$ $$a_{100}^3=a_1+99a_1^3$$ Which should give me the answer, But I am encountering a dilemma in the part where I have to bring down the number to its third root before applying the greatest integer function. Would appreciate a bit of help with this/ a new method of doing the same.