#AGC053C. [AGC053C] Random Card Game

[AGC053C] Random Card Game

Score : 900900 points

Problem Statement

We have 2N2N cards, with ID numbers from 11 through 2N2N. Consider the following game using them.

First, the dealer randomly split the cards into two piles of NN cards each. Here, the dealer also randomly chooses the order of cards in each pile. Then, the player repeatedly does the operation below until one pile becomes empty, and the number of operations done will be the score.

  • Choose a positive integer kk and compare the kk-th cards from the top in the two piles. (kk should not exceed the number of each pile.) Then, remove the card with the smaller ID number from the pile that contains it.

Assume that a cheater plays this game. That is, assume that the player can always see the ID numbers of all cards in both piles. Find the expected value of the score when the player plays optimally to minimize it, modulo (109+7)(10^9 + 7) (see Notes).

Notes

  • The expected value in question will be a rational number. If we express it as a fractional number yx\frac{y}{x} where xx and yy are coprime positive integers, xx will be coprime with P=109+7P=10^9+7, so print the only integer zz between 00 and P1P-1 (inclusive) such that xzy(modP)xz \equiv y \pmod P.

Constraints

  • 1N1061 \leq N \leq 10^6

Input

Input is given from Standard Input in the following format:

NN

Output

Print the answer.

1
1
3
486111118