%I #28 Jan 10 2025 04:32:02
%S 1496,51315,6446,10810,1891,91710,10881,18169,99715,181686,9971414,
%T 18168555,99714131010,181685544111,99714131098522,18168554419171374,
%U 99714131098510108841011,1816855441917136111816125112,99714131098510108849722997737623,1816855441917136111816121316941118161410101385
%N Trajectory of 1496 under repeated application of the map defined in A053392.
%C 1496 is the smallest number whose trajectory under A053392 increases without limit.
%C More terms than usual are shown in order to display the onset of exponential growth.
%C Proof that this grows without limit, from _Hans Havermann_, Nov 01 2019: (Start)
%C One way to prove that the trajectory of a number under repeated application of the map defined in A053392 increases without limit is to show that there exists a term containing a non-final substring of three adjacent 9's.
%C If such a substring in term n is followed by a 0, it will grow to a non-final substring of three adjacent 9's followed by a 1 in term n+2: *9990* --> *18189* --> *99917*
%C If such a substring in term n is followed by a digit d that is neither 0 nor 9, it will grow to a non-final substring of four adjacent 9's in term n+2: *999d* --> *18181(d-1)* --> *9999d*
%C If such a substring in term n is followed by another 9, then it is a substring of k 9's for k >= 4, which will grow to a substring of (2k-3) 9's in term n+2: *[9]^d* --> *[18]^(d-1)* --> *[9]^(2d-3)*
%C Putting those together, such a substring in term n will grow to four adjacent 9's by term n+4; to five adjacent 9's by term n+6; to seven adjacent 9's by term n+8; ... to 2^k+3 adjacent 9's (see A062709) by term n+4+2k, regardless of what happens in the rest of the number.
%C In the present sequence a(41) contains two non-final substrings of three adjacent 9's. QED (End)
%C [Argument corrected and completed by _David J. Seal_, Nov 05 2019.]
%H Paolo Xausa, <a href="/A328974/b328974.txt">Table of n, a(n) for n = 1..32</a>
%H Erich Friedman, <a href="https://erich-friedman.github.io/mathmagic/0200.html">Problem of the Month (February 2000)</a>.
%t NestList[FromDigits[Flatten[{IntegerDigits[Total[Partition[IntegerDigits[#], 2, 1], {2}]]}]] &, 1496, 20] (* _Paolo Xausa_, Jan 10 2025 *)
%Y Cf. A053392.
%K nonn,base
%O 1,1
%A _N. J. A. Sloane_, Nov 01 2019