Brocard's problem

Revision as of 19:15, 12 March 2020 by Science man 88 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Problem Statement

Given $n!+1=m^2$ which pairs $(n,m)$ are the solutions to the given equation.

Known Solutions

\[(n,m)=(4,5),(5,11),(7,71)\]

Are the known solutions, and it was a conjecture of Paul Erdös, that these are the only solutions.

Heuristic arguments

- If $n>3$ then $n^2<n!$ therefore $m>n$

- If $n>2p$ LHS is 1 mod $p^2$ so $m$ is likely $\pm 1$ mod $p^2$ making $m$ spread out as $n$ increases.

This article is a stub. Help us out by expanding it.