Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)
A362630 Squarefree semiprimes (products of two distinct primes) whose factors are strong primes. 0
187, 319, 407, 451, 493, 629, 649, 697, 737, 781, 869, 1003, 1067, 1073, 1111, 1139, 1177, 1189, 1207, 1343, 1397, 1507, 1517, 1639, 1649, 1711, 1717, 1793, 1819, 1943, 1969, 2059, 2101, 2159, 2167, 2183, 2291, 2329, 2419, 2453, 2479, 2497, 2533, 2627, 2629, 2747, 2761, 2771, 2813, 2911, 2923, 2929, 2959 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Strong primes are primes such that prime(n) > (prime(n-1) + prime(n+1))/2.
LINKS
EXAMPLE
187 = 11*17 and 11 > (7+13)/2, 17 > (13+19)/2.
319 = 11*29 and 11 > (7+13)/2, 29 > (23+31)/2.
MATHEMATICA
strongQ[p_] := p > 2 && 2*p > Total[NextPrime[p, {-1, 1}]]; Select[Range[1, 3000, 2], (f = FactorInteger[#])[[;; , 2]] == {1, 1} && AllTrue[f[[;; , 1]], strongQ] &] (* Amiram Eldar, Jun 21 2023 *)
CROSSREFS
Cf. A006881 and A051634.
Sequence in context: A349939 A029556 A045224 * A308810 A063346 A350044
KEYWORD
nonn
AUTHOR
Massimo Kofler, Jun 21 2023
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 August 18 09:07 EDT 2024. Contains 375264 sequences. (Running on oeis4.)