I'm stuck on this problem for quite some time:
Call a triangle a Special Rational triangle if it's area is rational, and the side lengths are consecutive positive integers, Can we find a closed form which generates all Special Rational triangles?
I have tried this one for quite some time, I was able to find a nice closed form in terms of a Diophantine equation, but I'm totally not satisfied with it. Your insight would be very helpful.
Thanks in advance.
Almost-equilateral Heronian triangles can be generated using expression for the length of the middle side
\begin{align} a_n&=(2+\sqrt3)^n+(2-\sqrt3)^n \quad\text{for }\quad n=1,2,\dots . \end{align}
The two other side lengths are $a_n-1$ and $a_n+1$, see also A003500.
Alternatively,
\begin{align} a_1&=4,\quad a_2=14 ,\\ a_n&=4a_{n-1}-a_{n-2} . \end{align}