N = int(input()) A = N // 6 B = N % 6 keta ="142857" if N == 0: print(0) else: print("0."+keta*A+keta[0:B])