Problem K: 打印数列2(课程7)

Problem K: 打印数列2(课程7)

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MB

Description

打印下面数列的前N项。
1 3 7 15 31 63….

Input

第一行1个整数n,范围在[1,20]。

Output

一行,N个整数。

Sample Input Copy

3

Sample Output Copy

1 3 7