CF559D Randomizer

Description

Gerald got tired of playing board games with the usual six-sided die, and he bought a toy called Randomizer. It functions as follows. A Randomizer has its own coordinate plane on which a strictly convex polygon is painted, the polygon is called a basic polygon. If you shake a Randomizer, it draws some nondegenerate (i.e. having a non-zero area) convex polygon with vertices at some vertices of the basic polygon. The result of the roll (more precisely, the result of the shaking) is considered to be the number of points with integer coordinates, which were strictly inside (the points on the border are not considered) the selected polygon. Now Gerald is wondering: what is the expected result of shaking the Randomizer? During the shaking the Randomizer considers all the possible non-degenerate convex polygons with vertices at the vertices of the basic polygon. Let's assume that there are $ k $ versions of the polygons. Then the Randomizer chooses each of them with probability ![](https://cdn.luogu.com.cn/upload/vjudge_pic/CF559D/c9da31f8c8033753f5308fd004cfbd8168d1a574.png).

Input Format

The first line of the input contains a single integer $ n $ ( $ 3

Output Format

Print the sought expected value with absolute or relative error at most $ 10^{-9} $ .

Explanation/Hint

A polygon is called strictly convex if it is convex and no its vertices lie on the same line. Let's assume that a random variable takes values $ x_{1},...,x_{n} $ with probabilities $ p_{1},...,p_{n} $ , correspondingly. Then the expected value of this variable equals to ![](https://cdn.luogu.com.cn/upload/vjudge_pic/CF559D/f1a68c52683f379ee85c1225699ddf4672b65039.png).