Your task is to count for $k=1,2,\ldots,n$ the number of ways two knights can be placed on a $k \times k$ chessboard so that they do not attack each other.
The only input line contains an integer $n$ .
Print $n$ integers: the results.
8 \n
8
\n
0 6 28 96 252 550 1056 1848 \n \n \n \n \n \n \n \n
0 6 28 96 252 550 1056 1848
\n \n \n \n \n \n \n \n