The finite Fourier sine transform of $f(x),0<x<l$ is defined as, $$f_s(n)=\int_0^lf(x)\sin\frac{n\pi x}{l}\:dx$$ And the inverse finite Fourier sine transform of $f_s(n)$ is defined as, $$f(x)=\frac{2}{l}\sum_{n=l}^\infty f_s(n)\sin\frac{n\pi x}{l}$$
Okay, I have some intuition about Fourier transform and inverse Fourier transform. Even their formula seems very similar, $$F(\omega)=\int_{-\infty}^\infty f(t)e^{-i\omega t}\:dt$$ $$f(t)=\frac{1}{2\pi}\int_{-\infty}^\infty F(\omega)e^{i\omega t}\:d\omega$$
But, when I see finite Fourier sine transform, and it's inverse, I couldn't understand why the transform use integral and the inverse use summation. Is there any interpretation of that?