Find Landau's function for a given number N
Given an integer N, the task is to find the Landau's Function of the number N. In number theory, The Landau's function finds the largest LCM among all partitions of the given number N. For Example: If N = 4, then possible partitions are:1. {1, 1, 1, 1}, LCM = 12. {1, 1, 2}, LCM = 23. {2, 2}, LCM = 2