login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A235694 Semiprimes which have one or more occurrences of exactly six different digits. 2
102347, 102349, 102369, 102379, 102385, 102386, 102387, 102389, 102394, 102395, 102398, 102439, 102457, 102458, 102463, 102467, 102469, 102473, 102478, 102479, 102493, 102549, 102569, 102574, 102589, 102637, 102639, 102649, 102658, 102659, 102683, 102689 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI)
list(lim)=my(v=List(), t); forprime(p=2, sqrt(lim), t=p; forprime(q=p, lim\t, listput(v, t*q))); vecsort(Vec(v)) \\ From A001358
b=list(103000); s=[]; for(n=1, #b, if(#vecsort(eval(Vec(Str(b[n]))), , 8)==6, s=concat(s, b[n]))); s
CROSSREFS
Sequence in context: A186087 A106814 A220076 * A235158 A074669 A241789
KEYWORD
nonn,base
AUTHOR
Colin Barker, Jan 14 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 15 02:08 EDT 2024. Contains 374323 sequences. (Running on oeis4.)