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!)
A119689 Numbers n such that the sum of the largest distinct prime divisor and the smallest distinct prime divisor is a prime. 2
6, 10, 12, 18, 20, 22, 24, 30, 34, 36, 40, 44, 48, 50, 54, 58, 60, 66, 68, 72, 80, 82, 88, 90, 96, 100, 102, 108, 110, 116, 118, 120, 132, 136, 142, 144, 150, 154, 160, 162, 164, 170, 174, 176, 180, 192, 198, 200, 202, 204, 214, 216, 220, 232, 236, 238, 240, 242, 246 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also numbers whose largest prime divisor is the smaller part of a twin prime pair. - Stefan Steinerberger, Jul 22 2006
Empirical: all terms are even numbers. - Harvey P. Dale, Sep 22 2016
LINKS
EXAMPLE
If n=6 then the largest and the smallest distinct prime divisors are 3 and 2 and their sum is a prime.
If n=90 then the largest and the smallest distinct prime divisors are 5 and 2 and their sum is a prime.
MATHEMATICA
Select[Range[2, 500], PrimeQ[FactorInteger[ # ][[1, 1]] + FactorInteger[ # ][[ -1, 1]]] &] (* Stefan Steinerberger, Jul 22 2006 *)
pdQ[n_]:=Module[{f=FactorInteger[n][[All, 1]]}, PrimeQ[f[[1]]+f[[-1]]]]; Select[Range[2, 300], pdQ] (* Harvey P. Dale, Sep 22 2016 *)
CROSSREFS
Cf. A119613.
Sequence in context: A316991 A316992 A262481 * A351614 A066038 A242100
KEYWORD
nonn
AUTHOR
Parthasarathy Nambi, Jun 09 2006
EXTENSIONS
More terms from Stefan Steinerberger, Jul 22 2006
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 19 23:40 EDT 2024. Contains 371798 sequences. (Running on oeis4.)