I have two positive integers, $a$ and $b$, such that $$a^2=28b\sqrt{8b^2+1}+80b^2+5, \tag{$\star$}$$ and I’d like to find $a$ in terms of $b$ (including $\sqrt{8b^2+1}$, if necessary/appropriate), with a range like $$6b + \sqrt{8b^2+1} ≤ a ≤ 2b^2+ 3\sqrt{8b^2+1}$$ being an acceptable compromise.
I recently learned how to use Laurent series, evaluated at infinity, to approximate the square root of a polynomial, but can't figure out exactly how to apply that technique here (Wolfram gives somewhat unhelpful results) — or even figure out if it’s applicable [because of the radical].
Obviously, $b^2$ is a square triangular number (because $8b^2+1$ is a square), but I haven’t figured out how to use that detail to help me.
What’s the best approximation to the square root of ($\star$)?
Wolfram Alpha tells me that integer solutions to $8b^2+1 = n^2$ are of the form
$b = \frac{(3 + 2 \sqrt{2})^k - (3 - 2 \sqrt{2})^k} {4 \sqrt{2}} $
$n = (\frac{1}{2} ((3 - 2 \sqrt{2})^k + (3 + 2 \sqrt{2})^k))$
for positive integer $k$.
Alternatively, solutions to $8b^2+1=n^2$ can be obtained by treating it as a Pell equation and using Brahmagupta's fomula to generate solutions.
Trying values of $k$ up to $25000$, where $b$ has 19139 digits, results in only one solution where $a$ is an integer, for $k=1$, where $b=1$, $a=13$.
My suspicion is that this could be the only solution.
Code for the search: