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