623748domain: NAppears in sequencesa(1)=1, a(n) = 14*a(n-1) + n.at n=5A014897Take the first n numbers written in base 14, concatenate them, then convert from base 14 to base 10.at n=5A048445