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