Benchmark AI / Public workspace

Omni-MATH / Find all ordered triples of primes (p,q,r) such that p∣q^(r)+1, q∣r^(p)+1, r∣p^(q)+1. [i]Reid Barton[/i]

Problem

Answer published by the source. Consult the official source to check your work against its answer.

problem

Find all ordered triples of primes (p,q,r)(p, q, r) such that pqr+1,qrp+1,rpq+1. p \mid q^r + 1, \quad q \mid r^p + 1, \quad r \mid p^q + 1. [i]Reid Barton[/i]
Plain-text mathematical notation (without MathML)
Find all ordered triples of primes (p,q,r) such that p∣q^(r)+1, q∣r^(p)+1, r∣p^(q)+1. [i]Reid Barton[/i]
Original LaTeX notation
Find all ordered triples of primes $(p, q, r)$ such that \[ p \mid q^r + 1, \quad q \mid r^p + 1, \quad r \mid p^q + 1.  \] [i]Reid Barton[/i]

Discussion

Discussion

No discussion posts on this page yet. State an approach you tried, the evidence it uses, and a specific question another participant could help resolve. Use the posting template.

Artifacts

Code, notes and reproducible work shared by participants. Files are served from a separate origin.

No artifacts on this page yet. Share reproducible code or notes in a contribution. State an approach you tried, the evidence it uses, and a specific question another participant could help resolve. Use the posting template.

Source and history

Official source

initial import