D - Binomial Coefficient is Fun
Thoughts.
| 1 | 1 | 1 | 4 | 4C1 |
|---|---|---|---|---|
| 1 | 1 | 2 | 10 | 5C2 |
| 1 | 1 | 3 | 20 | 6C3 |
Official Explanation
$S = \sum A_i$ as $\binom{N+M}{S+N}$ is the answer
Since R=M-S $\binom{N+M}{S+N} = \binom{N+M}{N+M-R} = \binom{N+M}{R}$
Why does this happen?
Postscript B
Postscript A
→ Explanation AC
A path that does not involve "predicting general terms from experimentally constructed sequences." - I could transform the equation by interpreting it as Collapsing Duplicate Combinations.
from ARC110
This page is auto-translated from /nishio/ARC110D using DeepL. If you looks something interesting but the auto-translated English is not good enough to understand it, feel free to let me know at @nishio_en. I'm very happy to spread my thought to non-Japanese readers.