$$\int_{0}^\infty \frac{t^{x-1}}{e^t-1}dx = \sum_{t=1}^\infty f(t,x)$$
According to the definition of reimann sums, $$f(t,x) = \frac{t^{x-1}}{e^t-1}$$ But if I try this, the values that come out of the summation are completely different than they should be. How do I turn the integral into a summation? It works for the gamma function, hence
$$\int_{0}^\infty e^{-t}*t^{x-1}dt = \sum_{t=1}^\infty e^{-t}*t^{x-1}$$
But if it works for the gamma function, it should work for my integral too. How do you find the $f(t,x)$ that will satisfy my first equation?