Write a function to return the factorial of a number using recursion.
Write a function that returns the nth number in the Fibonacci sequence using recursion.
Write a function to check if a string is a palindrome.
Write a recursive function to calculate the sum of digits of a number.
Write a function to compute the Greatest Common Divisor (GCD) using recursion.