where $m <n$ and $n,a,b,m$ are positive.
Any suggestion on how to approximate this sum asymptotically will be appreciated. So far I could do it in quite a rough way, by rewriting the numerator and then expanding log function (since $b +2j \geq b$):
$\log(nb+ a -j) \approx \log (nb+a) -\frac{j}{nb+a}$
Ultimately I need to express it as $O(h(n,a,b,m))$
EDIT: $t=O(n), b=O(n), \ a=o(n), m=O(a)$. Hope it helps.