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!)
A348659 Numbers whose numerator and denominator of the harmonic mean of their divisors are both prime numbers. 4
3, 5, 13, 14, 15, 37, 42, 61, 66, 73, 92, 114, 157, 182, 193, 258, 277, 308, 313, 397, 402, 421, 457, 476, 477, 541, 546, 570, 613, 661, 673, 733, 744, 757, 812, 877, 978, 997, 1093, 1148, 1153, 1201, 1213, 1237, 1266, 1278, 1321, 1381, 1428, 1453, 1621, 1657 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The prime terms of this sequence are the primes p such that (p+1)/2 is also a prime (A005383).
If p is in A109835, then p*(2*p-1) is a semiprime term.
LINKS
EXAMPLE
3 is a term since the harmonic mean of its divisors is 3/2 and both 2 and 3 are primes.
MATHEMATICA
q[n_] := Module[{h = DivisorSigma[0, n]/DivisorSigma[-1, n]}, And @@ PrimeQ[{Numerator[h], Denominator[h]}]]; Select[Range[2000], q]
CROSSREFS
Similar sequences: A023194, A048968, A074266, A348659.
Sequence in context: A328380 A256222 A258976 * A137162 A293863 A086769
KEYWORD
nonn
AUTHOR
Amiram Eldar, Oct 28 2021
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 June 6 00:25 EDT 2024. Contains 373110 sequences. (Running on oeis4.)