Okay, I'm sure this has been done before, because it's so simple, but I can't resist:
There are four ways to place the white king in a corner, and for each of those there are 60 ways to place the black king (4 * 60)
There are 24 ways to place the white king on an edge and not on a corner, and for each of those there are 58 ways to place the black king (24 * 58)
There are 36 ways to place the white king not on an edge, and for each of those there are 55 ways to place the black king (36 * 55)
4 * 60 + 24 * 58 + 36 * 55 = 240 + 1392 + 1980 = 3,612
...just say infinity, its a lot easier than all these calculations