I am attempting Brocards problem, and I have it pinned down to one simple question:
When will $n(n-1)(n-2)(n-3)...6$ end in $6\cdot(10^n)$?
So far I only have when $n$ is $6, 8, 14,$ and $19$. I have checked up to $50$, and then decided to come here. If there is no more, how would I go proving that? (If you have any ideas how to prove there are no more, or found any more, please comment them.)
There should be more than just the ones you listed, assuming I am interpreting your problem correctly. On a (very bad) SAGE program, I've checked up to 100.
Output:
Of course, there are less barbaric ways to solve this. See here for a discussion. And analyzing this argument should show you that, in fact, you should be able to get a last nonzero digit of 6 infinitely often.
That said, if we are referring to the same Brocard's problem ($n! + 1 = m^2$) this approach is unlikely to get you anywhere.