Guest Session: 1 Question Remaining. Create Account to save progress.
Login
Recursionhard
0:00.0

Define an=⌊an−1⌋+1a_n = \lfloor \sqrt{a_{n-1}} \rfloor + 1an​=⌊an−1​​⌋+1 with a0=100a_0 = 100a0​=100. Find the smallest nnn for which an=2a_n = 2an​=2.