A141841 a(n) is the 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 7 so that each interpretation is base 8. Terms already fully reduced (i.e., single digits) are excluded.
17, 57, 71, 107, 4647, 11047, 25447, 61547, 170153, 115751335, 671434647, 5001243627, 45206165753
Offset: 1
Examples
a(3) = 71 because 71 is the first number that can produce a sequence of three terms by repeated interpretation as a base 8 number: [71] (base-8) --> [57] (base-8) --> [47] (base-8) --> [39]. Since 39 cannot be minimally interpreted as a base 8 number, the sequence terminates with 47. a(1) = 17 because 17 is the first number that can be reduced once, yielding no further terms minimally interpretable as base 8.
Extensions
a(12)-a(13) from Giovanni Resta, Feb 23 2013
Comments