x = float(input()) sum = 0 for i in range(10000000): sum += 1/((x + 10000000 - i)**2) print(sum)