21913032domain: NAppears in sequencesTake the first n numbers written in base 8, concatenate them, then convert from base 8 to base 10.at n=7A048440The first n digits of the juxtaposition of the base-8 numbers converted to decimal.at n=8A055149Concatenation of the first n numbers in base n.at n=6A179075