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.

A235158 Primes which have one or more occurrences of exactly six different digits.

This page as a plain text file.
%I A235158 #15 Oct 29 2014 12:20:17
%S A235158 102359,102367,102397,102437,102497,102539,102547,102563,102587,
%T A235158 102593,102643,102647,102653,102673,102679,102763,102769,102793,
%U A235158 102859,102953,102967,102983,103289,103457,103529,103549,103567,103657,103687,103769,103867,103967
%N A235158 Primes which have one or more occurrences of exactly six different digits.
%C A235158 The first term having a repeated digit is 1002347.
%H A235158 Colin Barker, <a href="/A235158/b235158.txt">Table of n, a(n) for n = 1..2000</a>
%o A235158 (PARI) s=[]; forprime(n=100000, 105000, if(#vecsort(eval(Vec(Str(n))),,8)==6, s=concat(s, n))); s
%Y A235158 Cf. A074669, A235154-A235157, A235159-A235161.
%K A235158 nonn,base
%O A235158 1,1
%A A235158 _Colin Barker_, Jan 04 2014