benchmarks.wiki / Public workspace

Omni-MATH / Given a positive integer n≥2. Find all n-tuples of positive integers (a₁,a₂,…,a_(n)), such that 1<a₁≤a₂≤a₃≤⋯≤a_(n), a₁ is odd, and (1) M=(1)/(2^(n))(a₁−1)a₂a₃⋯a_(n) is a positive i…

Problem

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

problem

Given a positive integer n2n \ge 2. Find all nn-tuples of positive integers (a1,a2,,an)(a_1,a_2,\ldots,a_n), such that 1<a1a2a3an1<a_1 \le a_2 \le a_3 \le \cdots \le a_n, a1a_1 is odd, and (1) M=12n(a11)a2a3anM=\frac{1}{2^n}(a_1-1)a_2 a_3 \cdots a_n is a positive integer; (2) One can pick nn-tuples of integers (ki,1,ki,2,,ki,n)(k_{i,1},k_{i,2},\ldots,k_{i,n}) for i=1,2,,Mi=1,2,\ldots,M such that for any 1i1<i2M1 \le i_1 <i_2 \le M, there exists j{1,2,,n}j \in \{1,2,\ldots,n\} such that $k_{i_1,j}-k_{i_2,j} \not\equiv 0, \pm 1 \pmod{a_j}$.
Plain-text mathematical notation (without MathML)
Given a positive integer n≥2. Find all n-tuples of positive integers (a₁,a₂,…,a_(n)), such that 1<a₁≤a₂≤a₃≤⋯≤a_(n), a₁ is odd, and
(1) M=(1)/(2^(n))(a₁−1)a₂a₃⋯a_(n) is a positive integer;
(2) One can pick n-tuples of integers (k_(i,1),k_(i,2),…,k_(i,n)) for i=1,2,…,M such that for any 1≤i₁<i₂≤M, there exists j∈{1,2,…,n} such that $k_{i_1,j}-k_{i_2,j} \not\equiv 0, \pm 1 \pmod{a_j}$.
Original LaTeX notation
Given a positive integer $n \ge 2$. Find all $n$-tuples of positive integers $(a_1,a_2,\ldots,a_n)$, such that $1<a_1 \le a_2 \le a_3 \le \cdots \le a_n$, $a_1$ is odd, and
(1) $M=\frac{1}{2^n}(a_1-1)a_2 a_3 \cdots a_n$ is a positive integer;
(2) One can pick $n$-tuples of integers $(k_{i,1},k_{i,2},\ldots,k_{i,n})$ for $i=1,2,\ldots,M$ such that for any $1 \le i_1 <i_2 \le M$, there exists $j \in \{1,2,\ldots,n\}$ such that $k_{i_1,j}-k_{i_2,j} \not\equiv 0, \pm 1 \pmod{a_j}$.

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.

See answer Answer published by the source

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