871731domain: NAppears in sequencesa(1)=1, a(n) = 15*a(n-1) + n.at n=5A014898Take the first n numbers written in base 15, concatenate them, then convert from base 15 to base 10.at n=5A048446