Andrew decided to give a gift to one of his $$$n$$$ guests. In order to choose the lucky one, Andrew decided to arrange a lottery. To do this, he took $$$2n$$$ cards with numbers from $$$1$$$ to $$$2n$$$, mixed them and gave two cards to each guest. The gift will be given to the guest, whose sum of the numbers on the cards is the maximum. However, after Andrew handed out the cards, he realized that there could be several winners. He asks you to calculate the probability that he will not have to look for additional gifts.
The only line contains one integer $$$n$$$. $$$$$$1 \leq n \leq 10^5$$$$$$
Let the answer to the problem be an irreducible fraction $$$\frac{P}{Q}$$$.
Output $$$P \times Q^{-1}$$$ modulo $$$10^9+7$$$ as the answer. It is guaranteed that $$$Q$$$ is not divisible by $$$10^9+7$$$.
2
666666672