194871domain: NAppears in sequencesa(1)=1, a(n) = 11*a(n-1) + n.at n=5A014881Take the first n numbers written in base 11, concatenate them, then convert from base 11 to base 10.at n=5A048442