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