// 96 #include using namespace std; int main() { cout << "1\n3\n5\n9\n13\n17\n25\n33\n41\n49\n65\n81"; return 0; }