Program to find Nth term in the given Series
Given a number N. The task is to write a program to find the N-th term in the below series: 1, 1, 2, 3, 4, 9, 8, 27, 16, 81, 32, 243, 64, 729, 128, 2187... Examples: Input : 4Output : 3Input : 11Output : 32 On observing carefully, you will find that the series is a mixture of 2 series: All the odd t