1

Let $Q(p)=37p^2-47p+4$. How does one go about finding all primes $p$ such that $Q(p)$ is a square of an integer?

A bonus question. Is there a regular method to construct integer triples $(a,b,c)$ such that $Q(p)=ap^2+bp+c$ is a square for a finite number of primes?

numberist
  • 33
  • 2

1 Answers1

1

The Diophantine equation $n^2=37p^2-47p+4$ can be solved, as can be all binary quadratic Diophanite equations, see How to solve inhomogeneous quadratic forms in integers?. In your case, start with $p=3,23,...$.

Dietrich Burde
  • 130,978