Is there a quick way of checking - either by hand or computationally - whether or not a given integer is a binomial coefficient?
If there isn't, is there a website where one can check this easily?
Is there a quick way of checking - either by hand or computationally - whether or not a given integer is a binomial coefficient?
If there isn't, is there a website where one can check this easily?
For example, for ${16\choose 9}= 11440 $ the web site lists it as belonging to binomial coefficient series $C(2n, n-1)$,$C(n,7)$,$C(n,9)$.
As a general question, it looks like an interesting problem and I also could not find any reference to this general topic. However, the easiest way for me was to write a small program that checks if a certain number is a binomial coefficient or not.