#include<bits/stdc++.h> using namespace std; int main(){ cout<<1; for(int i=2;i<=16;i++) cout<<" "<<i*i; }