$$a^2-24 a=k^2$$
I was trying to solve another problem that essentially boiled down to finding all possible integer values of a such that $a^2-24 a$ was a perfect square, and I thus came up with the above equation.
However, usually to solve squared diophantine equations I would try to bring it to a form with a constant term on one side and a product of terms on the other, at which point the constant term could be factored and its factors matched back to the product of the terms. However, in this equation I don't see any way to do that.
Rewrite as $(a-12)^2-144=k^2$, and then as $b^2-k^2=144$, where $b=a-12$.
To find all the solutions of $b^2-k^2=144$, let $u$ and $v$ be any two integers whose product is $36$, and set $b-k=2u$, $b+k=2v$ and solve. We get $b=u+v$, $k=v-u$.
Note that $36$ has $9$ positive divisors, so there are $18$ possible values for the pair $(u,v)$.