Converting from Closed Form

149 Views Asked by At

Let $A(n) = \lfloor n/2+\log_2(n)-\log_2(2) \rfloor$. Is there an easy way to convert this closed form into a recursive form? If so, what is the general method, and how might it be applied here. If it helps, I am familiar with the reverse process of moving toward closed form.