cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A235160 Primes which have one or more occurrences of exactly eight different digits.

This page as a plain text file.
%I A235160 #19 Apr 05 2019 10:57:45
%S A235160 10234589,10234759,10234897,10235647,10235749,10235867,10236547,
%T A235160 10236857,10237849,10238467,10238597,10238647,10238759,10238957,
%U A235160 10239487,10239587,10239847,10243567,10243657,10243759,10243769,10243867,10243897,10245397
%N A235160 Primes which have one or more occurrences of exactly eight different digits.
%C A235160 The first term having a repeated digit is 100234657.
%H A235160 Colin Barker, <a href="/A235160/b235160.txt">Table of n, a(n) for n = 1..2000</a>
%t A235160 Select[Prime[Range[664580,68*10^4]],Count[DigitCount[#],0]==2&] (* _Harvey P. Dale_, Apr 05 2019 *)
%o A235160 (PARI) s=[]; forprime(n=10000000, 10250000, if(#vecsort(eval(Vec(Str(n))),,8)==8, s=concat(s, n))); s
%Y A235160 Cf. A074665, A235154-A235159, A235161.
%K A235160 nonn,base
%O A235160 1,1
%A A235160 _Colin Barker_, Jan 04 2014