using C=System.Console;class P{static void Main(){for(;;)C.WriteLine(System.Math.Pow(2,int.Parse(C.ReadLine())/12.0+3.03136).ToString("F"));}}