Lychrel Number
   HOME

TheInfoList



OR:

A Lychrel number is a
natural number In mathematics, the natural numbers are the numbers 0, 1, 2, 3, and so on, possibly excluding 0. Some start counting with 0, defining the natural numbers as the non-negative integers , while others start with 1, defining them as the positive in ...
that cannot form a
palindrome A palindrome (Help:IPA/English, /ˈpæl.ɪn.droʊm/) is a word, palindromic number, number, phrase, or other sequence of symbols that reads the same backwards as forwards, such as ''madam'' or ''racecar'', the date "Twosday, 02/02/2020" and th ...
through the
iterative Iteration is the repetition of a process in order to generate a (possibly unbounded) sequence of outcomes. Each repetition of the process is a single iteration, and the outcome of each iteration is then the starting point of the next iteration. ...
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 The decimal numeral system (also called the base-ten positional numeral system and denary or decanary) is the standard system for denoting integer and non-integer numbers. It is the extension to non-integer numbers (''decimal fractions'') of t ...
, no Lychrel numbers have been yet proven to exist, but many, including 196, are suspected on
heuristic A heuristic or heuristic technique (''problem solving'', '' mental shortcut'', ''rule of thumb'') is any approach to problem solving that employs a pragmatic method that is not fully optimized, perfected, or rationalized, but is nevertheless ...
and
statistical Statistics (from German language, German: ', "description of a State (polity), state, a country") is the discipline that concerns the collection, organization, analysis, interpretation, and presentation of data. In applying statistics to a s ...
grounds. The name "Lychrel" was coined by Wade Van Landingham as a rough
anagram An anagram is a word or phrase formed by rearranging the letters of a different word or phrase, typically using all the original letters exactly once. For example, the word ''anagram'' itself can be rearranged into the phrase "nag a ram"; which ...
of "Cheryl", his girlfriend's first name.


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: *56 becomes palindromic after one iteration: 56+65 = ''121''. *57 becomes palindromic after two iterations: 57+75 = 132, 132+231 = ''363''. *59 becomes a palindrome after three iterations: 59+95 = 154, 154+451 = 605, 605+506 = 1111 *89 takes an unusually larg
24 iterations
(the most of any number under 10,000 that is known to resolve into a palindrome) to reach the palindrome ''8813200023188''. *10,911 reaches the palindrome ''4668731596684224866951378664'' (28 digits) afte
55 steps
*1,186,060,307,891,929,990 takes '
261 iterations
'' to reach the 119-digit palindrome ''44562665878976437622437848976653870388884783662598425855963436955852489526638748888307835667984873422673467987856626544'', which was a former world record for th

It was solved by Jason Doucette's algorithm and program (using
Benjamin Despres Benjamin ( ''Bīnyāmīn''; "Son of (the) right") blue letter bible: https://www.blueletterbible.org/lexicon/h3225/kjv/wlc/0-1/ H3225 - yāmîn - Strong's Hebrew Lexicon (kjv) was the younger of the two sons of Jacob and Rachel, and Jacob's twe ...
' reversal-addition code) on November 30, 2005. *On January 23, 2017 a Russian schoolboy, Andrey S. Shchebetov, announced on his website that he had found a sequence of the first 126 numbers (125 of them never reported before) that take exactly 261 steps to reach a 119-digit palindrome. This sequence was published in the
OEIS The On-Line Encyclopedia of Integer Sequences (OEIS) is an online database of integer sequences. It was created and maintained by Neil Sloane while researching at AT&T Labs. He transferred the intellectual property and hosting of the OEIS to th ...
as A281506. This sequence started with 1,186,060,307,891,929,990 – by then the only publicly known number found by Jason Doucette back in 2005. On May 12, 2017 this sequence was extended to 108864 terms in total and included the first 108864 delayed palindromes with 261-step delay. The extended sequence ended with 1,999,291,987,030,606,810 – its largest and its final term. *On 26 April 2019, Rob van Nobelen computed a new world record for the Most Delayed Palindromic Number: 12,000,700,000,025,339,936,491 takes '
288 iterations
'' to reach a 142 digit palindrome ''6634343445544188178365154497662249922269477578658488045222897505659677887769565057982225408848568757749622299422667944515638718814455443434366''. *On 5 January 2021, Anton Stefanov computed two new Most Delayed Palindromic Numbers
13968441660506503386020
an
13568441660506503386420
take 289 iterations to reach the same 142 digit palindrome as the Rob van Nobelen number. *On December 14, 2021, Dmitry Maslov computed a new world record for the Most Delayed Palindromic Number

takes 293 iterations to reach 132 digit palindrome ''880226615529888473330265269768646444333433887733883465996765424854458424567699564388337788334333444646867962562033374888925516622088'' *The OEIS sequence A326414 contains 19353600 terms with 288-step delay known at present. *Any number from A281506 could be used as a primary base to construct higher order 261-step palindromes. For example, based on 1,999,291,987,030,606,810 the following number 199929198703060681000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001999291987030606810 also becomes a 238-digit palindrome 44562665878976437622437848976653870388884783662598425855963436955852489526638748888307835667984873422673467987856626544 44562665878976437622437848976653870388884783662598425855963436955852489526638748888307835667984873422673467987856626544 after 261 steps. The smallest number that is not known to form a palindrome is
196 Year 196 ( CXCVI) was a leap year starting on Thursday of the Julian calendar. At the time, it was known as the Year of the Consulship of Dexter and Messalla (or, less frequently, year 949 ''Ab urbe condita''). The denomination 196 for this yea ...
. 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 n be a natural number. We define the Lychrel function for a
number base In a positional numeral system, the radix (radices) or base is the number of unique digits, including the digit zero, used to represent numbers. For example, for the decimal system (the most common system in use today) the radix is ten, becaus ...
''b'' > 1, F_b : \mathbb \rightarrow \mathbb, to be the following: :F_b(n) = n + \sum_^ d_i b^ where k = \lfloor \log_ n \rfloor + 1 is the number of digits in the number in base b, and :d_i = \frac is the value of each digit of the number. A number is a Lychrel number if there does not exist a natural number i such that F_b^(n) = 2 F_b^i(n), where F^i is the i-th
iteration Iteration is the repetition of a process in order to generate a (possibly unbounded) sequence of outcomes. Each repetition of the process is a single iteration, and the outcome of each iteration is then the starting point of the next iteration. ...
of F


Proof not found

In other bases (these bases are
powers of 2 A power of two is a number of the form where is an integer, that is, the result of exponentiation with number two as the base and integer  as the exponent. In the fast-growing hierarchy, is exactly equal to f_1^n(1). In the Hardy hi ...
, like
binary Binary may refer to: Science and technology Mathematics * Binary number, a representation of numbers using only two values (0 and 1) for each digit * Binary function, a function that takes two arguments * Binary operation, a mathematical op ...
and
hexadecimal Hexadecimal (also known as base-16 or simply hex) is a Numeral system#Positional systems in detail, positional numeral system that represents numbers using a radix (base) of sixteen. Unlike the decimal system representing numbers using ten symbo ...
), certain numbers can be proven to never form a palindrome after repeated reversal and addition, but no such proof has been found for 196 and other base 10 numbers. It is
conjecture In mathematics, a conjecture is a conclusion or a proposition that is proffered on a tentative basis without proof. Some conjectures, such as the Riemann hypothesis or Fermat's conjecture (now a theorem, proven in 1995 by Andrew Wiles), ha ...
d 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 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. Wade Van Landingham's site lists the total number of found suspected Lychrel seed numbers for each digit length. 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. 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 In mathematics, a sequence is an enumerated collection of objects in which repetitions are allowed and order matters. Like a set, it contains members (also called ''elements'', or ''terms''). The number of elements (possibly infinite) is cal ...
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 In mathematics, a Set (mathematics), set ''A'' is a subset of a set ''B'' if all Element (mathematics), elements of ''A'' are also elements of ''B''; ''B'' is then a superset of ''A''. It is possible for ''A'' and ''B'' to be equal; if they a ...
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 Year 196 ( CXCVI) was a leap year starting on Thursday of the Julian calendar. At the time, it was known as the Year of the Consulship of Dexter and Messalla (or, less frequently, year 949 ''Ab urbe condita''). The denomination 196 for this yea ...
(
base-10 The decimal numeral system (also called the base-ten positional numeral system and denary or decanary) is the standard system for denoting integer and non-integer numbers. It is the extension to non-integer numbers (''decimal fractions'') of the ...
) is the smallest candidate Lychrel number, it has received the most attention. In the 1980s, the 196 palindrome problem attracted the attention of
microcomputer A microcomputer is a small, relatively inexpensive computer having a central processing unit (CPU) made out of a microprocessor. The computer also includes memory and input/output (I/O) circuitry together mounted on a printed circuit board (P ...
hobbyists, with search programs by Jim Butterfield and others appearing in several mass-market computing magazines. In 1985 a program by James Killman ran unsuccessfully for over 28 days, cycling through 12,954 passes and reaching a 5366-digit number. John Walker began his 196 Palindrome Quest on 12 August 1987 on a
Sun The Sun is the star at the centre of the Solar System. It is a massive, nearly perfect sphere of hot plasma, heated to incandescence by nuclear fusion reactions in its core, radiating the energy from its surface mainly as visible light a ...
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. The sequence starting with 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 Multiprocessing (MP) is the use of two or more central processing units (CPUs) within a single computer system. The term also refers to the ability of a system to support more than one processor or the ability to allocate tasks between them. The ...
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 Distributed computing is a field of computer science that studies distributed systems, defined as computer systems whose inter-communicating components are located on different networked computers. The components of a distributed system commun ...
, 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. 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.


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 4''n'' 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. 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'' = 2''k'', 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 :


Extension to negative integers

Lychrel numbers can be extended to the negative
integer An integer is the number zero (0), a positive natural number (1, 2, 3, ...), or the negation of a positive natural number (−1, −2, −3, ...). The negations or additive inverses of the positive natural numbers are referred to as negative in ...
s by use of a
signed-digit representation In mathematical notation for numbers, a signed-digit representation is a positional numeral system with a set of signed digits used to encode the integers. Signed-digit representation can be used to accomplish fast addition of integers becau ...
to represent each integer.


See also

*
Arithmetic dynamics Arithmetic dynamics is a field that amalgamates two areas of mathematics, dynamical systems and number theory. Part of the inspiration comes from complex dynamics, the study of the Iterated function, iteration of self-maps of the complex plane or o ...
*
Palindromic number A palindromic number (also known as a numeral palindrome or a numeric palindrome) is a number (such as 16361) that remains the same when its digits are reversed. In other words, it has reflectional symmetry across a vertical axis. The term ''palin ...


References


External links

*
John Walker
– Three years of computing

– About two months of computing

– 196 Palindrome Quest, Most Delayed Palindromic Number
Benjamin Despres196 and Other Lychrel Numbers
by Wade VanLandingham *
NumberPhile
– Dmitry Maslov, MDPN project

– Dmitry Maslov, MDPN project {{DEFAULTSORT:Lychrel Number Arithmetic dynamics Base-dependent integer sequences Unsolved problems in number theory