Benchmark AI / Public workspace

Omni-MATH / Find all triplets of integers (a,b,c) such that the number

Problem

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

problem

Find all triplets of integers (a,b,c)(a,b,c) such that the number N=(ab)(bc)(ca)2+2N = \frac{(a-b)(b-c)(c-a)}{2} + 2 is a power of 20162016 . (A power of 20162016 is an integer of form 2016n2016^n ,where nn is a non-negative integer.)
Plain-text mathematical notation (without MathML)
Find all triplets of integers (a,b,c) such that the number
N=((a−b)(b−c)(c−a))/(2)+2 
is a power of 2016 .
(A power of 2016 is an integer of form 2016^(n) ,where n is a non-negative integer.)
Original LaTeX notation
Find all triplets of integers $(a,b,c)$ such that the number
\[N = \frac{(a-b)(b-c)(c-a)}{2} + 2\] 
is a power of $2016$ .
(A power of $2016$ is an integer of form $2016^n$ ,where $n$ is a non-negative integer.)

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