import math k=int(input()) s=0 error=0.0000001 n=1 while(True): x=math.sin(k*n)/(n**n) s+=x n+=1 if(abs(x)