benchmarks.wiki / Public workspace
Omni-MATH / For a given positive integer n and prime number p, find the minimum value of positive integer m that satisfies the following property: for any polynomial …
Problem
Answer published by the source. Consult the official source to check your work against its answer.
problem
For a given positive integer and prime number , find the minimum value of positive integer that satisfies the following property: for any polynomial ( are positive integers), and for any non-negative integer , there exists a non-negative integer
$k'$ such that $$v_p(f(k))<v_p(f(k'))\leq v_p(f(k))+m.$$ Note: for non-zero integer , is the largest non-zero integer that satisfies .Plain-text mathematical notation (without MathML)
For a given positive integer n and prime number p, find the minimum value of positive integer m that satisfies the following property: for any polynomial f(x)=(x+a₁)(x+a₂)…(x+a_(n)) (a₁,a₂,…,a_(n) are positive integers), and for any non-negative integer k, there exists a non-negative integer $k'$ such that $$v_p(f(k))<v_p(f(k'))\leq v_p(f(k))+m.$$ Note: for non-zero integer N,v_(p)(N) is the largest non-zero integer t that satisfies p^(t)∣N.
Original LaTeX notation
For a given positive integer $n$ and prime number $p$, find the minimum value of positive integer $m$ that satisfies the following property: for any polynomial $$f(x)=(x+a_1)(x+a_2)\ldots(x+a_n)$$ ($a_1,a_2,\ldots,a_n$ are positive integers), and for any non-negative integer $k$, there exists a non-negative integer $k'$ such that $$v_p(f(k))<v_p(f(k'))\leq v_p(f(k))+m.$$ Note: for non-zero integer $N$,$v_p(N)$ is the largest non-zero integer $t$ that satisfies $p^t\mid N$.
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
initial import