|
Search: id:A119613
|
|
|
| A119613 |
|
Numbers n such that the difference between the largest distinct prime divisor and the smallest distinct prime divisor is a prime. |
|
+0 2
|
|
| 10, 14, 15, 20, 26, 28, 30, 35, 38, 40, 42, 45, 50, 52, 56, 60, 62, 70, 75, 76, 78, 80, 84, 86, 90, 98, 100, 104, 112, 114, 120, 122, 124, 126, 130, 135, 140, 143, 146, 150, 152, 156, 160, 168, 172, 175, 180, 182, 186, 190, 196, 200, 206, 208, 210, 218, 224, 225
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
EXAMPLE
|
If n = 10 then the prime divisors are 2 and 5, and the difference between these two is 3 which is also a prime. So 10 is in the sequence.
If n = 70 then the prime divisors are 2, 5 and 7, and the difference between the largest and the smallest distinct prime divisors is 5 which is also a prime. So 70 is in the sequence.
|
|
MATHEMATICA
|
Select[Range[2, 300], Not[Length[FactorInteger[ # ]]==1]&&PrimeQ[FactorInteger[ # ][[ -1, 1]] -FactorInteger[ # ][[1, 1]]] &] - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Jun 06 2006
|
|
CROSSREFS
|
Sequence in context: A102361 A121836 A081062 this_sequence A036338 A108793 A100929
Adjacent sequences: A119610 A119611 A119612 this_sequence A119614 A119615 A119616
|
|
KEYWORD
|
nonn,less
|
|
AUTHOR
|
Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Jun 05 2006
|
|
EXTENSIONS
|
Corrected and extended by Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Jun 06 2006
|
|
|
Search completed in 0.002 seconds
|