%I #9 Aug 01 2018 09:21:57
%S 99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,
%T 116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,
%U 133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158
%N Lexicographically first sequence of different terms such that erasing the last two digits of a(n+1) and adding this new reshaped integer to a(n) gives back a(n+1).
%H Jean-Marc Falcoz, <a href="/A317592/b317592.txt">Table of n, a(n) for n = 1..1545</a>
%e a(1) = 99 added to 1 (the reshaped integer 100 without its last two digits) is 10;
%e a(2) = 100 added to 1 (the reshaped integer 101 without its last two digits) is 11;
%e ...
%e a(1503) = 199787462 added to 2018055 [the reshaped integer a(1504) = 201805517 without its last two digits] is indeed 201805517 = a(1504).
%Y Cf. A317591 [erasing only the last digit of a(n+1)].
%K nonn,base
%O 1,1
%A _Eric Angelini_ and _Jean-Marc Falcoz_, Aug 01 2018