Is there some sophisticated method (or maybe some easy one, though I doubt it) to show that the only solution to $m^2 = 14k^4 - 6k^2 + 1$ in positive integers is $k=1$, $m=3$? Perhaps something around elliptic curves and SAGE computation or whatever seems fine, though the simplest attack will be most appreciated!
When trying this out by hand, the best idea I had what to write it like $m^2 - 14(k^2 - \mbox{something})^2 = \mbox{something}$ and then consider this Pell-type equation, but the presence of $k^2$ in one of the Pell variables makes things much harder.