Unofficial archive — problems, solutions & results © IMC, reproduced with permission.

IMC / 2008 / Problems / Day 2, P9

IMC 2008 · Day 2 · P9

easy

Let nn be a positive integer. Prove that 2n12^{n-1} divides 0k<n/2(n2k+1)5k.\sum_{0 \le k < n/2} \binom{n}{2k+1} 5^k.

Solution (official)

As is known, the Fibonacci numbers FnF_n can be expressed as Fn=15((1+52)n(152)n)F_n = \frac{1}{\sqrt{5}} \left( \left( \frac{1+\sqrt{5}}{2} \right)^n - \left( \frac{1-\sqrt{5}}{2} \right)^n \right). Expanding this expression, we obtain that Fn=12n1((n1)+(n3)5++(nl)5l12)F_n = \frac{1}{2^{n-1}} \left( \binom{n}{1} + \binom{n}{3} 5 + \dots + \binom{n}{l} 5^{\frac{l-1}{2}} \right), where ll is the greatest odd number such that lnl \le n and s=l12n/2s = \frac{l-1}{2} \le n/2.

So, Fn=12n1k=0s(n2k+1)5kF_n = \frac{1}{2^{n-1}} \sum\limits_{k=0}^{s} \binom{n}{2k+1} 5^k, which implies that 2n12^{n-1} divides 0k<n/2(n2k+1)5k\sum\limits_{0 \le k < n/2} \binom{n}{2k+1} 5^k.

How the field did

contestants scored
255
average (of 20)
14.40
solved (≥ 80%)
65.1%
near-0 (≤ 10%)
20.4%
discrimination
0.47

Score distribution (field cohort)

Computed on contestants with a meaningful total (field cohort); discrimination is the corrected item–total correlation.

Similar problems

IMC 2003 · Day 1 · P4easyavg 7.6/10 · solved 69% · near-0 14% · disc 0.52
IMC 2019 · Day 2 · P7easyavg 7.8/10 · solved 73% · near-0 15% · disc 0.43
IMC 2008 · Day 2 · P10easyavg 5.5/10 · solved 55% · near-0 44% · disc 0.48
IMC 2008 · Day 2 · P7easyavg 6.1/10 · solved 54% · near-0 22% · disc 0.56