Home => ProblemSet => 200.200-28:分数数列求和
Problem1607--200.200-28:分数数列求和

1607: 200.200-28:分数数列求和

Time Limit: 1 Sec  Memory Limit: 128 MB  Submit: 0  Solved: 5
[ Submit ] [ Status ] [ Creator: ][ 参考程序 ]

Description

给定一个正整数n,Sn 是数列的前n项的和。
求出4×Sn项的值

Input

一个正整数n

Output

前4×Sn项的值,结果保留10位小数

Sample Input Copy

100

Sample Output Copy

3.1315929036

HINT



1 <= n <= 107

Source/Category