Ok, here's the T(k) method done my way. It's remarkably similar to the first method, but anyways:
(2+9x)^4.(5+2/x)^5
Let T(a,b) = (4Ca) * (2^(4-a)) * ((9x)^a) * (5Cb) * (5^(5-b)) * ((2/x)^b)
The expansion is:
Sigma{a = 0 to 4} ( Sigma{b = 0 to 5} ( T(a,b) ) )
Since T(a,b) =...