sequence_solver Input the sequence as a list. Optionally, you can input a term-number after the sequence to indicate the term in the sequence you wish to evaluate. For example, if the input was ([1, 4, 9, 16], 5), the function would return x^2 and 25.