Lychrel number

Last updated
Unsolved problem in mathematics:

Do any base-10 Lychrel numbers exist?

A Lychrel number is a natural number that cannot form a palindrome through the iterative process of repeatedly reversing its digits and adding the resulting numbers. This process is sometimes called the 196-algorithm, after the most famous number associated with the process. In base ten, no Lychrel numbers have been yet proven to exist, but many, including 196, are suspected on heuristic [1] and statistical grounds. The name "Lychrel" was coined by Wade Van Landingham as a rough anagram of "Cheryl", his girlfriend's first name. [2]

Contents

Reverse-and-add process

The reverse-and-add process produces the sum of a number and the number formed by reversing the order of its digits. For example, 56 + 65 = 121. As another example, 125 + 521 = 646.

Some numbers become palindromes quickly after repeated reversal and addition, and are therefore not Lychrel numbers. All one-digit and two-digit numbers eventually become palindromes after repeated reversal and addition.

About 80% of all numbers under 10,000 resolve into a palindrome in four or fewer steps; about 90% of those resolve in seven steps or fewer. Here are a few examples of non-Lychrel numbers:

The smallest number that is not known to form a palindrome is 196. It is therefore the smallest Lychrel number candidate.

The number resulting from the reversal of the digits of a Lychrel number not ending in zero is also a Lychrel number.

Formal definition of the process

Let be a natural number. We define the Lychrel function for a number base b >1, , to be the following:

where is the number of digits in the number in base , and

is the value of each digit of the number. A number is a Lychrel number if there does not exist a natural number such that , where is the -th iteration of

Proof not found

In other bases (these bases are powers of 2, like binary and hexadecimal), certain numbers can be proven to never form a palindrome after repeated reversal and addition, [3] but no such proof has been found for 196 and other base 10 numbers.

It is conjectured that 196 and other numbers that have not yet yielded a palindrome are Lychrel numbers, but no number in base ten has yet been proven to be Lychrel. Numbers which have not been demonstrated to be non-Lychrel are informally called "candidate Lychrel" numbers. The first few candidate Lychrel numbers (sequence A023108 in the OEIS ) are:

196, 295, 394, 493, 592, 689, 691, 788, 790, 879, 887, 978, 986, 1495, 1497, 1585, 1587, 1675, 1677, 1765, 1767, 1855, 1857, 1945, 1947, 1997.

The numbers in bold are suspected Lychrel seed numbers (see below). Computer programs by Jason Doucette, Ian Peters and Benjamin Despres have found other Lychrel candidates. Indeed, Benjamin Despres' program has identified all suspected Lychrel seed numbers of less than 17 digits. [4] Wade Van Landingham's site lists the total number of found suspected Lychrel seed numbers for each digit length. [5]

The brute-force method originally deployed by John Walker has been refined to take advantage of iteration behaviours. For example, Vaughn Suite devised a program that only saves the first and last few digits of each iteration, enabling testing of the digit patterns in millions of iterations to be performed without having to save each entire iteration to a file. [6] However, so far no algorithm has been developed to circumvent the reversal and addition iterative process.

Threads, seed and kin numbers

The term thread, coined by Jason Doucette, refers to the sequence of numbers that may or may not lead to a palindrome through the reverse and add process. Any given seed and its associated kin numbers will converge on the same thread. The thread does not include the original seed or kin number, but only the numbers that are common to both, after they converge.

Seed numbers are a subset of Lychrel numbers, that is the smallest number of each non palindrome producing thread. A seed number may be a palindrome itself. The first three examples are shown in bold in the list above.

Kin numbers are a subset of Lychrel numbers, that include all numbers of a thread, except the seed, or any number that will converge on a given thread after a single iteration. This term was introduced by Koji Yamashita in 1997.

196 palindrome quest

Because 196 (base-10) is the smallest candidate Lychrel number, it has received the most attention.

In the 1980s, the 196 palindrome problem attracted the attention of microcomputer hobbyists, with search programs by Jim Butterfield and others appearing in several mass-market computing magazines. [7] [8] [9] In 1985 a program by James Killman ran unsuccessfully for over 28 days, cycling through 12,954 passes and reaching a 5366-digit number. [9]

John Walker began his 196 Palindrome Quest on 12 August 1987 on a Sun 3/260 workstation. He wrote a C program to perform the reversal and addition iterations and to check for a palindrome after each step. The program ran in the background with a low priority and produced a checkpoint to a file every two hours and when the system was shut down, recording the number reached so far and the number of iterations. It restarted itself automatically from the last checkpoint after every shutdown. It ran for almost three years, then terminated (as instructed) on 24 May 1990 with the message:

Stop point reached on pass 2,415,836.
Number contains 1,000,000 digits.

196 had grown to a number of one million digits after 2,415,836 iterations without reaching a palindrome. Walker published his findings on the internet along with the last checkpoint, inviting others to resume the quest using the number reached so far.

In 1995, Tim Irvin and Larry Simkins used a multiprocessor computer and reached the two million digit mark in only three months without finding a palindrome. Jason Doucette then followed suit and reached 12.5 million digits in May 2000. Wade VanLandingham used Jason Doucette's program to reach 13 million digits, a record published in Yes Mag: Canada's Science Magazine for Kids. Since June 2000, Wade VanLandingham has been carrying the flag using programs written by various enthusiasts. By 1 May 2006, VanLandingham had reached the 300 million digit mark (at a rate of one million digits every 5 to 7 days). Using distributed processing, [10] in 2011 Romain Dolbeau completed a billion iterations to produce a number with 413,930,770 digits, and in February 2015 his calculations reached a number with a billion digits. [11] A palindrome has yet to be found.

Other potential Lychrel numbers which have also been subjected to the same brute force method of repeated reversal addition include 879, 1997 and 7059: they have been taken to several million iterations with no palindrome being found. [12]

Other bases

In base 2, 10110 (22 in decimal) has been proven to be a Lychrel number, since after 4 steps it reaches 10110100, after 8 steps it reaches 1011101000, after 12 steps it reaches 101111010000, and in general after 4n steps it reaches a number consisting of 10, followed by n +1 ones, followed by 01, followed by n +1 zeros. This number obviously cannot be a palindrome, and none of the other numbers in the sequence are palindromes.

Lychrel numbers have been proven to exist in the following bases: 11, 17, 20, 26 and all powers of 2. [13] [14] [15]

No base contains any Lychrel numbers smaller than the base. In fact, in any given base b, no single-digit number takes more than two iterations to form a palindrome. For b > 4, if k < b/2 then k becomes palindromic after one iteration: k + k = 2k, which is single-digit in base b (and thus a palindrome). If k > b/2, k becomes palindromic after two iterations.

The smallest number in each base which could possibly be a Lychrel number are (sequence A060382 in the OEIS ):

bSmallest possible Lychrel number in base b
written in base b (base 10)
210110 (22)
310211 (103)
410202 (290)
510313 (708)
64555 (1079)
710513 (2656)
81775 (1021)
9728 (593)
10196 (196)
1183A (1011)
12179 (237)
1312CA (2701)
141BB (361)
151EC (447)
1619D (413)
17B6G (3297)
181AF (519)
19HI (341)
20IJ (379)
211CI (711)
22KL (461)
23LM (505)
24MN (551)
251FM (1022)
26OP (649)
27PQ (701)
28QR (755)
29RS (811)
30ST (869)
31TU (929)
32UV (991)
33VW (1055)
341IV (1799)
351JW (1922)
36YZ (1259)

Extension to negative integers

Lychrel numbers can be extended to the negative integers by use of a signed-digit representation to represent each integer.

See also

Related Research Articles

<span class="mw-page-title-main">Palindrome</span> Phrases that read the same backward

A palindrome is a word, number, phrase, or other sequence of symbols that reads the same backwards as forwards, such as madam or racecar, the date and time 12/21/33 12:21, and the sentence: "A man, a plan, a canal – Panama". The 19-letter Finnish word saippuakivikauppias, is the longest single-word palindrome in everyday use, while the 12-letter term tattarrattat is the longest in English.

A palindromic number is a number that remains the same when its digits are reversed. In other words, it has reflectional symmetry across a vertical axis. The term palindromic is derived from palindrome, which refers to a word whose spelling is unchanged when its letters are reversed. The first 30 palindromic numbers are:

In mathematics a polydivisible number is a number in a given number base with digits abcde... that has the following properties:

  1. Its first digit a is not 0.
  2. The number formed by its first two digits ab is a multiple of 2.
  3. The number formed by its first three digits abc is a multiple of 3.
  4. The number formed by its first four digits abcd is a multiple of 4.
  5. etc.

89 (eighty-nine) is the natural number following 88 and preceding 90.

73 (seventy-three) is the natural number following 72 and preceding 74. In English, it is the smallest natural number with twelve letters in its spelled out name.

103 is the natural number following 102 and preceding 104.

1000 or one thousand is the natural number following 999 and preceding 1001. In most English-speaking countries, it can be written with or without a comma or sometimes a period separating the thousands digit: 1,000.

10,000 is the natural number following 9,999 and preceding 10,001.

In number theory, a happy number is a number which eventually reaches 1 when replaced by the sum of the square of each digit. For instance, 13 is a happy number because , and . On the other hand, 4 is not a happy number because the sequence starting with and eventually reaches , the number that started the sequence, and so the process continues in an infinite cycle without ever reaching 1. A number which is not happy is called sad or unhappy.

In mathematics, the persistence of a number is the number of times one must apply a given operation to an integer before reaching a fixed point at which the operation no longer alters the number.

196 is the natural number following 195 and preceding 197.

<span class="mw-page-title-main">1,000,000,000</span> Natural number

1,000,000,000 is the natural number following 999,999,999 and preceding 1,000,000,001. With a number, "billion" can be abbreviated as b, bil or bn.

181 is the natural number following 180 and preceding 182.

In mathematics, a pandigital number is an integer that in a given base has among its significant digits each digit used in the base at least once. For example, 1234567890 is a pandigital number in base 10. The first few pandigital base 10 numbers are given by :

In number theory, a narcissistic number in a given number base is a number that is the sum of its own digits each raised to the power of the number of digits.

In number theory, the multiplicative digital root of a natural number in a given number base is found by multiplying the digits of together, then repeating this operation until only a single-digit remains, which is called the multiplicative digital root of . The multiplicative digital root for the first few positive integers are:

40,000 is the natural number that comes after 39,999 and before 40,001. It is the square of 200.

60,000 (sixty thousand) is the natural number that comes after 59,999 and before 60,001. It is a round number. It is the value of (F25).

In number theory and mathematical logic, a Meertens number in a given number base is a natural number that is its own Gödel number. It was named after Lambert Meertens by Richard S. Bird as a present during the celebration of his 25 years at the CWI, Amsterdam.

262 is a natural number preceded by the number 261 and followed by 263. It has the prime factorization 2·131.

References

  1. O'Bryant, Kevin (26 December 2012). "Reply to Status of the 196 conjecture?". MathOverflow .
  2. "FAQ". Archived from the original on 2006-12-01.
  3. Brown, Kevin. "Digit Reversal Sums Leading to Palindromes". MathPages.
  4. VanLandingham, Wade. "Lychrel Records". p196.org. Archived from the original on 2016-04-28. Retrieved 2011-08-29.
  5. VanLandingham, Wade. "Identified Seeds". p196.org. Archived from the original on 2016-04-28. Retrieved 2011-08-29.
  6. "On Non-Brute Force Methods". Archived from the original on 2006-10-15.
  7. "Bits and Pieces". The Transactor . Transactor Publishing. 4 (6): 16–23. 1984. Retrieved 26 December 2014.
  8. Rupert, Dale (October 1984). "Commodares: Programming Challenges". Ahoy! . Ion International (10): 23, 97–98.
  9. 1 2 Rupert, Dale (June 1985). "Commodares: Programming Challenges". Ahoy! . Ion International (18): 81–84, 114.
  10. Swierczewski, Lukasz; Dolbeau, Romain (June 23, 2014). The p196_mpi Implementation of the Reverse-And-Add Algorithm for the Palindrome Quest. International Supercomputing Conference. Leipzig, Germany. Archived from the original on April 19, 2015. Retrieved June 11, 2014.
  11. Dolbeau, Romain. "The p196_mpi page". www.dolbeau.name. Archived from the original on 20 October 2016.
  12. "Lychrel Records". Archived from the original on October 21, 2006. Retrieved September 2, 2016.
  13. See comment section in OEIS:  A060382
  14. "Digit Reversal Sums Leading to Palindromes".
  15. "Letter from David Seal". Archived from the original on 2013-05-30. Retrieved 2017-03-08.