#P1528B. Kavi on Pairing Duty
Kavi on Pairing Duty
Description
Kavi has points lying on the axis, -th of which is located at .
Kavi considers all ways to split these points into pairs. Among those, he is interested in good pairings, which are defined as follows:
Consider segments with ends at the points in correspondent pairs. The pairing is called good, if for every different segments and among those, at least one of the following holds:
- One of the segments and lies completely inside the other.
- and have the same length.
Consider the following example:

is a good pairing since the red segment lies completely inside the blue segment.
is a good pairing since the red and the blue segment have the same length.
is not a good pairing since none of the red or blue segments lies inside the other, neither do they have the same size.
Kavi is interested in the number of good pairings, so he wants you to find it for him. As the result can be large, find this number modulo .
Two pairings are called different, if some two points are in one pair in some pairing and in different pairs in another.
The single line of the input contains a single integer .
Print the number of good pairings modulo .
Input
The single line of the input contains a single integer .
Output
Print the number of good pairings modulo .
Note
The good pairings for the second example are:

In the third example, the good pairings are:
