Problem4315--正整数的平方和

4315: 正整数的平方和

Time Limit: 1.000 Sec  Memory Limit: 128 MB
Submit: 27  Solved: 9
[Submit] [Status] [Web Board] [Creator:]

Description

给出一个自然数N(1<=N<=15,且N为奇数),要求找出这样的N个连续的正整数,使得前(N+1)/2个正整数的平方和,等于后(N-1)/2个正整数的平方和

Input


Output

满足条件的N个正整数

Sample Input

5

Sample Output

10 11 12 13 14 

Source/Category

s1 

[Submit] [Status]