login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A329917 Starting values for which iterations of A329623 diverge (conjectural). 3
1373, 1374, 1375, 1376, 1377, 1378, 1379, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 2373, 2374, 2375, 2376, 2377, 2378, 2379, 2382, 2383, 2384 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
These are the starting values n for which the trajectory under iterations of A329623 grows without limit. See A329624 for an explanation of the sequence.
There are 466 terms below 10000.
From M. F. Hasler, Dec 02 2019: (Start)
There is no term below 10^3, but beyond 10^4 they become much more frequent: roughly 1/3 of all numbers between 10^4 and 5*10^4 are in the sequence.
The sequence consists mostly in runs of consecutive numbers ending with the next larger term with final digit 9: 1373..1379, 1382..1389, 1391..1399, 1591..1599, 1891..1899, 2373..2379, ... In some ranges, like a(152) = 4010 to a(240) = 4181, a(307) = 6010 to a(352) = 6391, a(467) = 10010 to a(556) = 11090, ..., this pattern is reversed: the runs start with a multiple of 10.
However, all these terms are so far only conjectural. We have no proof that the terms for which the trajectory seems to "explode" do not eventually end up in a cycle. For example, the 8th iterate of a(1) = 1373 is 5218725017016262626273. If the 2nd digit is changed from 2 to 0, then the further iterates grow to a length of 52 digits, but finally end up in a 2-cycle of 45-digit numbers (26...26273, 62...62637). (All members of cycles are listed in A328142.)
(End)
LINKS
Scott R. Shannon, Table of n, a(n) for n = 1..13047. (All terms <= 50000.)
EXAMPLE
The first term to diverge is n = 1373. The iterative sequence begins 1373, 39637, 1176273, 26962637, 8124626273, 85486262637, 13826662626273, 411094294626262637, 5218725017016262626273, 68697250170162626262637, 141346472501701626262626273, ... The digits '62637' reappear at the end of the terms every second iteration.
While 50, 500 and 5000 reach the fixed point 9, 455, resp. 4444455 after 5, 3, resp. 8 iterations, the starting value 50000 is in this sequence: after the 10th iteration, the result is of the form 991...903544444455 and keeps this form (prefix alternating with 1810....) with an ever growing string of 4's. - M. F. Hasler, Dec 02 2019
PROG
(PARI) is_A329917(n, L=n^10, U=[n])=!for(i=1, oo, setsearch(U, n=A329623(n))&&return; n<L||break; U=setunion(U, [n])) \\ The experimental search limit n^10 could be replaced by something better. The starting value 1673 goes beyond 3*10^31 before reaching the cycle (26262626262626262626262626273, 62626262626262626262626262637). - M. F. Hasler, Dec 02 2019
CROSSREFS
Sequence in context: A181969 A139414 A155925 * A060981 A140125 A179915
KEYWORD
nonn,base
AUTHOR
Scott R. Shannon, Nov 24 2019
EXTENSIONS
Name and comment edited by M. F. Hasler, Dec 02 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 17:49 EDT 2024. Contains 371797 sequences. (Running on oeis4.)