How can I solve this recurrence :
f(n) = f((3/4)n) + f(n^(1-b)) + c n^b
where b and c are constants and 0