2

There is a number $n \in \mathbb{N}, \ n > 1, n < 2^k$. How to prove this statement:
$n$ is included into Pascal triangle not more than $2k -2$ times?

1 Answers1

4

This is a result of Singmaster (American Math Monthly, 1971).

Here is his proof ($N(a)$ is the number of times $a$ appears.) This result has since been much improved, see the wikipedia article on Singmaster's conjecture.

enter image description here

To elaborate somewhat, Abbott-Erdos-Hanson show: enter image description here and use this to show the better asymptotic bound. It is not quite clear how to use this to get better bounds for all $t.$

Igor Rivin
  • 95,560
  • The proof gives $N(a)\le2+2\log_2a$, and OP wants $N(a)\le2k-2$ when $a<2^k$, which is a little bit stronger (but maybe the improved results in the wikipedia essay give what's needed). – Gerry Myerson Dec 30 '17 at 19:14
  • @GerryMyerson The results in the wikipedia link are asymptotically better, so they definitely do the trick. I did not notice the plus vs minus, mea culpa. – Igor Rivin Dec 30 '17 at 19:21
  • if they're asymptotically better, then they do the trick for $a$ sufficiently large, but not necessarily for all $a$, right? – Gerry Myerson Dec 30 '17 at 19:24
  • 2
    @GerryMyerson See the edit. It is not clear that one can get the better result for ALL $t$ using this technology. – Igor Rivin Dec 30 '17 at 19:38