A king is placed in the center tile of a $15 \times 15$ chessboard. He can move in the usual ways, 1 move in any direction. In how many ways can he return to his original position if he can make a total of 6 moves in all.
I know that the whole "$15 \times 15$ board" is to throw one off, since he is essentially limited to an $7 \times 7$ board, due to number-of-moves restriction. I also know that the first step has nine possibilities, but from the second step onwards it seems like a mathematical impossibility to consider all moves possible. Could someone please help?

The first step is to list the combinations of moves that can return to start. One is three up and three down. There are ${6 \choose 3}=15$ ways to put those in order. There are other combinations with two types of moves, each of which gives $15$ possibilities. There are also some with three types of moves.