login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A107077 Odd-digit products of three odd-digit primes p*q*r. 0
75, 99, 117, 153, 171, 175, 195, 333, 357, 399, 531, 539, 555, 595, 711, 715, 775, 777, 795, 931, 935, 1113, 1179, 1331, 1359, 1519, 1533, 1557, 1573, 1719, 1737, 1773, 1775, 1791, 1975, 3171, 3177, 3179, 3357, 3395, 3515, 3553, 3573, 3577, 3751, 3757, 3759 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Odd-digit primes p,q,r are not necessarily all different, e.g. 75=3*5*5, 99=3*3*11, 1533=3*7*73, etc. Cf. A107076: Odd-digit semiprimes divisors of which are odd-digit primes.

MATHEMATICA

With[{odps=Select[Prime[Range[100]], And@@OddQ[IntegerDigits[#]]&]}, Union[Select[Times@@@Tuples[odps, 3], And@@OddQ[IntegerDigits[#]]&]]] (* From Harvey P. Dale, Feb 02 2012 *)

CROSSREFS

Cf. A107076.

Sequence in context: A095585 A095571 A095557 * A039485 A045196 A118225

Adjacent sequences:  A107074 A107075 A107076 * A107078 A107079 A107080

KEYWORD

nonn,base,changed

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), May 10 2005

EXTENSIONS

Corrected and extended by Harvey P. Dale, Feb 02 2012

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 08:19 EST 2012. Contains 205728 sequences.