As we know that $ab(a+b)(a-b)=c^2$ has no integer solution in $Z^+$.However, it seems that $$ab(a+b)(a-b)=c^2-1$$ has infinite positive integer solutions,could you prove it?
Here are some of them: $(a,b,c)=(3, 1, 5), (5, 1, 11), (7, 3, 29), (7, 5, 29), (8, 2, 31), (8, 7, 29), (9, 8, 35), (13, 3, 79), (15, 8, 139), (15, 11, 131), (17, 7, 169), (20, 6, 209), (20, 14, 239), (21, 5, 209), (27, 8, 379), (28, 2, 209), (29, 16, 521)...$
Thanks in advance!
One trick is to reduce it to a Pell-like equation. Given,
$$ab(a+b)(a-b)=c^2-1\tag{1}$$
then (1) is satisfied if,
$$\begin{aligned}a &= p+5q\\ b &= 2q\\ c &= -1+4pq+28q^2\end{aligned}$$
and,
$$p^2-41q^2 = -4$$
One integer solution is $p,q = 64, 10$, and an infinite more. I trust you can take it from here.