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!)
A108614 Semiprimes with non-semiprimes digits (no digits 4,6,9 in semiprimes). 1
10, 15, 21, 22, 25, 33, 35, 38, 51, 55, 57, 58, 77, 82, 85, 87, 111, 115, 118, 121, 122, 123, 133, 155, 158, 177, 178, 183, 185, 187, 201, 202, 203, 205, 213, 215, 217, 218, 221, 235, 237, 253, 278, 287, 301, 302, 303, 305, 321, 323, 327, 335, 355, 358, 371 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Complement of A107342 in the class of semiprimes.
This is to semiprimes A001358 as A034844 (Primes with nonprime digits) is to primes A000040. [Jonathan Vos Post, Jul 15 2010]
LINKS
FORMULA
{j in A001358 and j not in A179463}. [Jonathan Vos Post, Jul 15 2010]
MATHEMATICA
cnd[n_]:=Plus@@Last/@FactorInteger[n]==2&&Union[FreeQ[IntegerDigits[n], # ]&/@{4, 6, 9}]=={True}; Select[Range[600], cnd[ # ]&]
CROSSREFS
Sequence in context: A055986 A045161 A105156 * A336548 A115708 A068992
KEYWORD
nonn,base
AUTHOR
Zak Seidov, Jun 13 2005
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 August 20 05:46 EDT 2024. Contains 375311 sequences. (Running on oeis4.)