The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A178782 Products of 5 distinct primes a,b,c,d,e, such that a+b+c+d+e are prime numbers. 0
19635, 25935, 42315, 47355, 51765, 54285, 57057, 58695, 61215, 62205, 64515, 70035, 72105, 73185, 73815, 76245, 82005, 83265, 83895, 85085, 86955, 87945, 88179, 90321, 90915, 95865, 96135, 99015, 99645, 100815, 103785, 107835, 110055 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
19635=3*5*7*11*17,3+5+7+11+17=43,..
LINKS
MATHEMATICA
f[n_]:=Last/@FactorInteger[n]=={1, 1, 1, 1, 1}&&PrimeQ[Plus@@First/@FactorInteger[n]]; lst={}; Do[If[f[n], AppendTo[lst, n]], {n, 9!}]; lst
With[{nn=40}, Take[Union[Times@@#&/@Select[Subsets[Prime[Range[nn]], {5}], PrimeQ[Total[#]]&]], nn]] (* Harvey P. Dale, Aug 07 2013 *)
CROSSREFS
Sequence in context: A031681 A118924 A065304 * A234782 A206133 A321825
KEYWORD
nonn
AUTHOR
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 May 15 02:15 EDT 2024. Contains 372536 sequences. (Running on oeis4.)