Problem M: 找规律写代码

Problem M: 找规律写代码

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 148  Solved: 77
[Submit] [Status] [Web Board] [Creator:]

Description

  聪明的陆泓瑞小朋友给大家出了一个难题:请输出n个有序列且有规律的数字,请大家接招哦!

Input

2个数,分别表示个数和规律的起始数。

Output

 输出符合条件的所有有规律的数

Sample Input Copy

15 7

Sample Output Copy

7 21 42 70 105 147 196 252 315 385 462 546 637 735 840

HINT