I have the following function $T(k_1,k_2)$ resulting from multiphoton transition matrix elements calculations:
$T(k_1,k_2)=\gamma^{-k_2}\sum_{j=0}^{k_1}(j+2)_{l+1}\binom{k_1}{j}(k_1+1)_3(\gamma-1)^{j}{}_2F_1\left(-k_2,j+l+5,2+2l;1+\gamma\right)$
where $k_1,k_2,l,j$ are non-negative integers and $\gamma$ could in general be complex.
The function $T$ should be a polynomial in $k_1$ and $k_2$ such that
$T=\sum_{m,n}Q_{m,n}k_1^mk_2^n$.
I am trying to find some closed-form representation for the coefficients $Q_{m,n}$. In my calculations, I had some other similar functions where I found the coefficients exactly, but I could not figure out a way for this one. At this point, even an approximation would be helpful.
Any help would be appreciated.