#include <iostream>
using namespace std;
int main() {
int n;
cin>>n;
for(int i=1; i<=n; i++ )
cout<<2*i<<" ";
return 0;
}
I2luY2x1ZGUgPGlvc3RyZWFtPgp1c2luZyBuYW1lc3BhY2Ugc3RkOwoKaW50IG1haW4oKSB7CglpbnQgbjsKCWNpbj4+bjsKCWZvcihpbnQgaT0xOyBpPD1uOyBpKysgKQoJY291dDw8MippPDwiICI7IAoJcmV0dXJuIDA7Cn0=