Given an integer n, the task is to find the sum of the series 11 + 22 + 33 + ….. + nn using recursion.