%I #10 Jul 27 2021 17:45:07
%S 1123465789,1123465879,1123468597,1123469587,1123478659,1123485967,
%T 1123496587,1123564879,1123564987,1123568497,1123576849,1123586479,
%U 1123645987,1123649587,1123654879,1123657489,1123658479,1123658749
%N Zeroless pandigital primes.
%H Harvey P. Dale, <a href="/A050290/b050290.txt">Table of n, a(n) for n = 1..1000</a>
%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/PandigitalNumber.html">Pandigital Number</a>
%t Take[Select[10^9+#&/@FromDigits/@Permutations[Range[9]],PrimeQ],20] (* _Harvey P. Dale_, Jul 27 2021 *)
%Y Cf. A050289.
%K nonn,base
%O 1,1
%A _Eric W. Weisstein_
%E Edited by _Charles R Greathouse IV_, Aug 02 2010