Write a recursive function called squares that takes in a list of integers and an index of the one element in the list and returns the same list where the elements from the provided index to the end of the list have been squared.