A141842 a(n) = first term that can be reduced in n steps via repeated interpretation of a(n) as a base b+1 number where b is the largest digit of a(n), such that b is always 8 so that each interpretation is base 9. Terms already fully reduced (i.e., single digits) are excluded.
18, 86, 680, 835, 7087, 12788, 18478, 128117, 385732, 2206280, 13176873, 33185141, 68388408, 335213686, 1365888758, 4771043885, 24740884085
Offset: 1
Examples
a(3) = 680 because 680 is the first number that can produce a sequence of three terms by repeated interpretation as a base 9 number: [680] (base-9) --> [558] (base-9) --> [458] (base-9) --> [377]. Since 377 cannot be minimally interpreted as a base 9 number, the sequence terminates with 458. a(1) = 18 because 18 is the first number that can be reduced once, yielding no further terms minimally interpretable as base 9.
Extensions
a(16)-a(17) from Giovanni Resta, Feb 23 2013
Comments