Benchmark AI / Public workspace

Omni-MATH / Given positive integers k,m,n such that 1≤k≤m≤n. Evaluate

Problem

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

problem

Given positive integers k,m,nk, m, n such that 1kmn1 \leq k \leq m \leq n. Evaluate i=0n(1)in+k+i(m+n+i)!i!(ni)!(m+i)!.\sum^{n}_{i=0} \frac{(-1)^i}{n+k+i} \cdot \frac{(m+n+i)!}{i!(n-i)!(m+i)!}.
Plain-text mathematical notation (without MathML)
Given positive integers k,m,n such that 1≤k≤m≤n. Evaluate

∑_(i=0)^(n)((−1)^(i))/(n+k+i)⋅((m+n+i)!)/(i!(n−i)!(m+i)!).
Original LaTeX notation
Given positive integers $k, m, n$ such that $1 \leq  k \leq  m \leq  n$. Evaluate

\[\sum^{n}_{i=0} \frac{(-1)^i}{n+k+i} \cdot \frac{(m+n+i)!}{i!(n-i)!(m+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