#Lutece1745. 分拆数计数

分拆数计数

Migrated from Lutece 1745 分拆数计数

All parts of this problem, including description, images, samples, data and checker, might be broken. If you find bugs in this problem, please contact the admins.

Description

11 - nn 每个数的无序整数分拆方案.

Input

输入只有一个整数nn.(1n1051 \leq n \leq 10^5)

Output

输出nn行,分别表示从11nn时的答案,只需输出其在mod 109+7\text{mod } 10^9 +7意义下的值即可

Samples

5
1
2
3
5
7

Resources

Prepared by xiper