435753domain: NAppears in sequencesa(1) = 1, a(n) = 13*a(n-1) + n.at n=5A014896Take the first n numbers written in base 13, concatenate them, then convert from base 13 to base 10.at n=5A048444