490328973domain: NAppears in sequencesTake the first n numbers written in base 9, concatenate them, then convert from base 9 to base 10.at n=8A048441The first n digits of the juxtaposition of the base 9 numbers converted to decimal.at n=9A055150Concatenation of the first n numbers in base n.at n=7A179075