200007domain: NAppears in sequencesMultiples of 9 in which there is no common digit in successive terms.at n=35A083497Lagged Fibonacci Generator: a(n) = (100003 - 200003*n + 300007*n^3) mod 10^6 for n <= 55, a(n) = (a(n-24) + a(n-55)) mod 10^6.at n=0A380292