|
Search: id:A074247
|
|
|
| A074247 |
|
Numbers n such that harmonic mean of the divisors of n is a prime. |
|
+0 2
|
| |
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Subsequence of A001599. Harmonic mean of divisors = n * tau(n) / sigma(n).
|
|
EXAMPLE
|
140*tau(140)/sigma(140) = 5, a prime, so 140 is a term of the sequence.
|
|
MATHEMATICA
|
Select[Range[10^5], PrimeQ[ # * DivisorSigma[0, # ] / DivisorSigma[1, # ]] &]
|
|
CROSSREFS
|
Cf. A001599.
Sequence in context: A155588 A108051 A001599 this_sequence A053783 A110047 A163029
Adjacent sequences: A074244 A074245 A074246 this_sequence A074248 A074249 A074250
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Sep 20 2002
|
|
|
Search completed in 0.002 seconds
|