login
Primes with distinct digits: a(n) is the least prime > a(n-1) such that a(n-1) and a(n) share no common digit.
0

%I #11 Dec 14 2014 02:28:30

%S 2,5,7,13,29,31,47,53,61,73,89,103,257,349,521,607,821,907,1283,4057,

%T 6329,7451,8039,12457,30689,41257,63809,74521,80369

%N Primes with distinct digits: a(n) is the least prime > a(n-1) such that a(n-1) and a(n) share no common digit.

%Y Subsequence of A029743.

%Y Cf. A030284, A249953.

%K nonn,base,fini,full

%O 1,1

%A _Zak Seidov_, Dec 05 2014