#include<stdio.h> int main() { int i, k; k = (500 - 2 + 104) / 105; for(i = 0; i < 50; i++) printf("%d\n", (k + i) * 105 + 2); return 0; }