26631380domain: NAppears in sequencesConsider recurrence b(0) = n/3, b(n) = b(0)*ceiling(b(n-1)); sequence gives first integer reached (or -1 if no integer is ever reached).at n=7A081852Multiply each term by 3 and erase the rightmost digit of the result: this leaves the sequence unchanged.at n=14A365987