#include<iostream> using namespace std; int main(){ int n,a; cin>>n; for(int i=1;i<=100;i++){ cout<<a<<endl; a=a+2; } return 0; }