A141840 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 6 so that each interpretation is base 7. Terms already fully reduced (i.e., single digits) are excluded.
16, 64, 631, 1561, 4360, 15466, 63043, 34406005, 565306024, 23001126626004, 4562530234315632
Offset: 1
Examples
a(3) = 631 because 631 is the first number that can produce a sequence of three terms by repeated interpretation as a base 7 number: [631] (base-7) --> [316] (base-7) --> [160] (base-7) --> [91]. Since 91 cannot be minimally interpreted as a base 7 number, the sequence terminates with 160. a(1) = 16 because 16 is the first number that can be reduced once, yielding no further terms minimally interpretable as base 7.
Extensions
a(10)-a(11) from Giovanni Resta, Feb 23 2013
Comments