Let $a \in \mathbb{N}$ be the offset in $a_x = (x^2 + a)_{x \geqslant 0}$ and $b \in \mathbb{N}$ the offset in $b_y = (y^2 + b)_{y \geqslant 0}$
What would be the fastest/or best approach to find the intersections ($a_x = b_y$) for those sequences?
Thank you! :)