FourierTransform is not what you need. That function computes a symbolic transform. You need Fourier instead to use on numerical data.
To generate an array, look up Table. To plot it, or its Fourier transform, use ListPlot. Fourier returns complex quantities, so you'll probably want Abs.