Finding "a choose b" Numbers: A Quick Guide

  • Context: Undergrad 
  • Thread starter Thread starter Dragonfall
  • Start date Start date
  • Tags Tags
    Numbers
Click For Summary
SUMMARY

This discussion focuses on efficiently determining if a number x can be expressed as "a choose b" for some integers a and b. The key method proposed involves identifying the largest factorial that divides x, leveraging the fact that every natural number x can be represented as "x choose 1". This approach simplifies the problem by reducing the need for exhaustive combinations of a and b.

PREREQUISITES
  • Understanding of combinatorial mathematics, specifically binomial coefficients.
  • Familiarity with factorials and their properties.
  • Basic knowledge of number theory related to divisibility.
  • Experience with algorithmic problem-solving techniques.
NEXT STEPS
  • Research the properties of binomial coefficients and their applications in combinatorics.
  • Explore algorithms for calculating factorials and their divisors efficiently.
  • Study number theory concepts related to divisibility and prime factorization.
  • Learn about combinatorial algorithms and their implementations in programming languages.
USEFUL FOR

Mathematicians, computer scientists, and algorithm developers interested in combinatorial mathematics and efficient number theory solutions.

Dragonfall
Messages
1,023
Reaction score
5
Is there a fast way of determining whether a number x is of the form "a choose b" for some a and b (a and b are not given, obviously)? I guess a good way to start is to find the largest factorial which divides x.
 
Mathematics news on Phys.org
Every natural number has that property, remember that x choose 1 is x.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 43 ·
2
Replies
43
Views
6K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K