Let $f(n,k)$ be the probability of getting heads at least $n$ times with $nk$ coins that independently show heads with probability $1/k$. For $k$ fixed, is $f(n,k)$ monotone in $n$?
With the central limit theorem it is easy to show that $f(n,k)$ converges to $1/2$ as $n\to\infty$. By experimentation and intuition I expect this convergence to be monotone, but I can not come up with a proof.
$P(nk+k,\ge(n+1)) = P(nk,\ge(n+1))+\sum_{j=1}^k P(nk,n-j+1)P(k,\ge j)$. Note $P(nk,\ge(n+1)) = P(nk,\ge n)-P(nk,n)$, so suffices to show $P(nk,n) \ge \sum_{j=1}^k P(nk,n-j+1)P(k, \ge j)$. Easy to show $P(nk,n-j+1) \le P(nk,n)$ for each $j$, so suffices to show $\sum_{j=1}^k P(k, \ge j) \le 1$, but LHS is expected number of heads, which is $1$.