Write a function that by given array of integers, and a positive number X, returns the product of all odd elements that are greater than X. Use recursion!