This discussion board is a place to discuss our Daily Challenges and the math and science
related to those challenges. Explanations are more than just a solution — they should
explain the steps and thinking strategies that you used to obtain the solution. Comments
should further the discussion of math and science.
When posting on Brilliant:
Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.
Markdown
Appears as
*italics* or _italics_
italics
**bold** or __bold__
bold
- bulleted - list
bulleted
list
1. numbered 2. list
numbered
list
Note: you must add a full line of space before and after lists for them to show up correctly
@Kushal Bose
–
Sure. I have mostly learnt from Concrete Mathematics. Apart from that, binomial coefficients are a good application of algebra, calculus, recurrence etc.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Very elegant problem. I'm getting the closed form as (m−1n−1)(Hn−1−Hm−1)
Reformulating it, we get the elegant identity :
k=0∑n−1(mk)n−k1=(mn)(Hn−Hm)
For m,n∈Z+
Will post full solution soon.
Log in to reply
Correct! It's very elegant indeed.
Log in to reply
Can u tell me any name of book or any resource on internet to learn about more binomial co-efficient ??/
Log in to reply
Concrete Mathematics. Apart from that, binomial coefficients are a good application of algebra, calculus, recurrence etc.
Sure. I have mostly learnt fromLog in to reply
For n<m, the sum is 0. Also, for m=1, the sum is Hn−1. Henceforth, we'll assume n≥m>1.
Denote the sum as An. Note that,
kn−1j=1∑k(j−n)(j−n+1)1=n−k−11
We have,
An=k=0∑n−2(m−1k)n−k−11
=(n−1)k=1∑n−2j=1∑kk1(m−1k)((j−n)(j−n+1)1)
=(m−1n−1)j=1∑n−2k=j∑n−2(j−n)(j−n+1)1(m−2k−1)
=(m−1n−1)j=1∑n−2⎝⎛(j−n)(j−n+1)1k=j∑n−2(m−2k−1)⎠⎞
=(m−1n−1)j=1∑n−2(j−n)(j−n+1)1((m−1n−2)−(m−1j−1))
=X+Y
Now,
X=(m−1n−1)(m−1n−2)j=1∑n−2(j−n)(j−n+1)1
=(m−1n−2)(m−1n−2)
Also,
Y=(m−1n−1)[j=1∑n−2n−j1(m−1j−1)−j=1∑n−2n−j−11(m−1j−1)]
Re-indexing, we have,
Y=(m−1n−1)(An−An−1−(m−1n−2))
So that,
An=X+Y
⟹An=(m−1n−1)[An−An−1]−m−11(m−1n−2)
⟹(n−1)!(n−m)!An−(n−2)!(n−m−1)!An−1=(n−1)!(n−m−1)!(m−1n−2)
⟹n=m∑N((n−1)!(n−m)!An−(n−2)!(n−m−1)!An−1)=n=m∑N(n−1)!(n−m−1)!(m−1n−2)
⟹(N−1)!(N−m)!AN=(m−1)!1k=m∑Nk1
⟹AN=(m−1N−1)(HN−1−Hm−1)
∴k=0∑n−1(mk)n−k1=(mn)(Hn−Hm)□
Log in to reply
@Kartik Sharma What was your approach?
Log in to reply
Same as yours. Just a little different formatting.
I have a doubt .In the expression when k=1 then m can be 1,2.If m >=3 then k can not be 0,1