1145: 【入门】数列求和

Memory Limit:16 MB Time Limit:1.000 S
Creator:
Submit:3 Solved:3

Description

有一数列如下: 1 2 4 7 11 16 22…… 试求该数列前N项之和。

Input

一个整数N( 0 < N < 1000 )。

Output

一个整数。

Sample Input

6

Sample Output

41