Write a MATLAB program to have the user chose which of the following
sequences they want to examine:
1/(n^2)
1/ln(n)
{(-1)^n}/n
It then asks if they want to see the sequence or the sum of the
sequence and how many terms.
It then computes and displays that.
Due Wednesday