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!)
A107707 3-almost primes whose prime factors sum to a prime. 4
12, 28, 45, 52, 63, 75, 76, 99, 117, 147, 148, 153, 165, 172, 175, 207, 245, 268, 273, 279, 316, 325, 333, 345, 369, 385, 388, 399, 412, 423, 435, 436, 475, 477, 507, 508, 549, 561, 595, 603, 651, 652, 657, 665, 715, 747, 759, 772, 775, 777, 795, 833, 845 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
EXAMPLE
a(5) = 63 = 3*3*7 because 3+3+7 = 13 is prime.
MATHEMATICA
Select[Range[1000], PrimeOmega[#]==3&&PrimeQ[Total[ Times@@@ FactorInteger[ #]]]&] (* Harvey P. Dale, Nov 10 2011 *)
PROG
(PARI) list(lim)=my(v=List()); forprime(p=2, lim\4, forprime(q=2, min(p, lim\p\2), forprime(r=2, min(q, lim\p\q), if(isprime(p+q+r), listput(v, p*q*r))))); Set(v) \\ Charles R Greathouse IV, Feb 01 2017
CROSSREFS
Sequence in context: A098502 A158953 A223454 * A183053 A126195 A248547
KEYWORD
easy,nonn
AUTHOR
Giovanni Teofilatto, Jun 10 2005
EXTENSIONS
Corrected and extended by Ray Chandler, Jun 12 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 April 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)