Cab Numbers
Cab Numbers, defined by distinct digits, can be products of two numbers with the same digits. The highest known example is 8745231 multiplied by 96, yielding 839542176.
Read original articleThe concept of Cab Numbers, introduced by Henry E. Dudeney, involves finding two numbers that, when multiplied, yield a product containing all nine digits (1-9) without repetition. The highest known example is 8745231 multiplied by 96, resulting in 839542176. Dudeney's work also provides solutions for three, four, and five-digit Cab Numbers, with specific examples listed. Cab Numbers are defined as numbers made up of distinct digits (excluding zero) that can be expressed as the product of two factors containing the same digits. A computer program written in Fortran has computed solutions for six to nine-digit Cab Numbers, revealing properties such as the digital root, which must match between the factors and their product. The program identified 1625 solutions for nine-digit Cab Numbers and 12449 for ten-digit solutions, including those with zero in an internal position. Further investigations have explored the multiplication of more than two factors to produce numbers with the same digits, yielding additional solutions. The study of Cab Numbers highlights interesting mathematical properties and relationships among digits.
- Cab Numbers consist of distinct digits and can be expressed as the product of two numbers with the same digits.
- The highest known Cab Number example is 8745231 * 96 = 839542176.
- A Fortran program computed solutions for Cab Numbers with up to ten digits, identifying thousands of valid combinations.
- Digital roots play a crucial role in determining valid Cab Numbers.
- Further research includes exploring products of more than two factors that yield numbers with the same digits.
Related
Vampire Number
Vampire numbers are even-digit numbers expressible as products of two fangs with rearranged digits, prohibiting both fangs from ending in zero. Pseudovampire numbers have multiplicands of different digit counts.
Calculating the largest known prime in Ruby
JP Camara explains how to calculate the largest known prime number using Ruby 3.4 with GMP support, achieving a result of 41,024,320 digits after overcoming initial errors.
A Puzzle about a Calculator
Katie Steckles discusses her first year managing the BrainTwisters column, presenting a puzzle about forming four-digit numbers from a calculator keypad, all of which are divisible by 11.
Counting the digits of 64-bit integers
Daniel Lemire's blog post explores efficient methods for counting decimal digits in 64-bit integers, emphasizing logarithmic calculations and lookup tables to enhance software performance in digit counting tasks.
Prime Numbers So Memorable That People Hunt for Them
Mathematicians are intrigued by special primes like palindromic and Smarandache primes. Notable examples include 12,345,678,910,987,654,321 and a 17,350-digit prime discovered by Shyam Sunder Gupta in 2015.
Related
Vampire Number
Vampire numbers are even-digit numbers expressible as products of two fangs with rearranged digits, prohibiting both fangs from ending in zero. Pseudovampire numbers have multiplicands of different digit counts.
Calculating the largest known prime in Ruby
JP Camara explains how to calculate the largest known prime number using Ruby 3.4 with GMP support, achieving a result of 41,024,320 digits after overcoming initial errors.
A Puzzle about a Calculator
Katie Steckles discusses her first year managing the BrainTwisters column, presenting a puzzle about forming four-digit numbers from a calculator keypad, all of which are divisible by 11.
Counting the digits of 64-bit integers
Daniel Lemire's blog post explores efficient methods for counting decimal digits in 64-bit integers, emphasizing logarithmic calculations and lookup tables to enhance software performance in digit counting tasks.
Prime Numbers So Memorable That People Hunt for Them
Mathematicians are intrigued by special primes like palindromic and Smarandache primes. Notable examples include 12,345,678,910,987,654,321 and a 17,350-digit prime discovered by Shyam Sunder Gupta in 2015.