#Lutece0277. Farey Sequence
Farey Sequence
Migrated from Lutece 277 Farey Sequence
All parts of this problem, including description, images, samples, data and checker, might be broken. If you find bugs in this problem, please contact the admins.
Description
The Farey Sequence for any integer with is the set of irreducible rational numbers with and arranged in increasing order. The first few are
{}
{}
{$\frac{1}{4}, \frac{1}{3}, \frac{1}{2}, \frac{2}{3}, \frac{3}{4}$}
{$\frac{1}{5}, \frac{1}{4}, \frac{1}{3}, \frac{2}{5}, \frac{1}{2}, \frac{3}{5}, \frac{2}{3}, \frac{3}{4}, \frac{4}{5}$}
You task is to calculate the number of terms in the Farey sequence .
Input
There are several test cases. Each test case has only one line, which contains a positive integer . There are no blank lines between cases. A line with a single terminates the input.
Output
For each test case, you should output one line, which contains ---- the number of terms in the Farey sequence .
Samples
2
3
4
5
0
1
3
5
9
Note
The answer may exceed -bit integer. Please use long long int.
The data used in this problem is unofficial data prepared by YellowWall. So any mistake here does not imply mistake in the offcial judge data.
Resources
POJ Contest,Author:Mathematica@ZSU