Preparando MOJI

Array

2000ms 262144K

Description:

Chris the Rabbit has been interested in arrays ever since he was a child. At the moment he is researching arrays with the length of n, containing only integers from 1 to n. He is not good at math, that's why some simple things drive him crazy. For example, yesterday he grew keen on counting how many different beautiful arrays there are. Chris thinks that an array is beautiful if it meets one of the two conditions:

  • each elements, starting from the second one, is no more than the preceding one
  • each element, starting from the second one, is no less than the preceding one

Having got absolutely mad at himself and at math, Chris came to Stewie and Brian to ask them for help. However, they only laughed at him and said that the answer is too simple and not interesting. Help Chris the Rabbit to find the answer at last.

Input:

The single line contains an integer n which is the size of the array (1 ≤ n ≤ 105).

Output:

You must print the answer on a single line. As it can be rather long, you should print it modulo 1000000007.

Sample Input:

2

Sample Output:

4

Sample Input:

3

Sample Output:

17

Informação

Codeforces

Provedor Codeforces

Código CF57C

Tags

combinatoricsmath

Submetido 0

BOUA! 0

Taxa de BOUA's 0%

Datas 09/05/2023 08:29:28

Relacionados

Nada ainda