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!)
A348868 Numbers whose numerator and denominator of the harmonic mean of their divisors are both 5-smooth numbers. 2
1, 2, 3, 5, 6, 8, 10, 15, 24, 27, 28, 30, 40, 54, 84, 120, 135, 140, 216, 224, 270, 420, 496, 672, 756, 775, 819, 1080, 1120, 1488, 1550, 1638, 2176, 2325, 2480, 3360, 3780, 4095, 4650, 6048, 6200, 6528, 6552, 7440, 8190, 10880, 11375, 13392, 18600, 20925, 21700 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The terms that are also harmonic numbers (A001599) are those whose harmonic mean of divisors (A001600) is a 5-smooth number. Of the 937 harmonic numbers below 10^14, 83 are terms in this sequence.
If k1 and k2 are coprime terms, then k1*k2 is also a term. In particular, if k is an odd term, then 2*k is also a term.
LINKS
EXAMPLE
8 is a term since the harmonic mean of its divisors is 32/15 and both 32 = 2^5 and 15 = 3*5 are 5-smooth numbers.
MATHEMATICA
smQ[n_] := n == 2^IntegerExponent[n, 2] * 3^IntegerExponent[n, 3] * 5^IntegerExponent[n, 5]; h[n_] := DivisorSigma[0, n]/DivisorSigma[-1, n]; q[n_] := smQ[Numerator[(hn = h[n])]] && smQ[Denominator[hn]]; Select[Range[22000], q]
CROSSREFS
A348867 is a subsequence.
Similar sequences: A074266, A348658, A348659.
Sequence in context: A240314 A118053 A252482 * A124145 A188064 A104424
KEYWORD
nonn
AUTHOR
Amiram Eldar, Nov 02 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 March 29 03:51 EDT 2024. Contains 371264 sequences. (Running on oeis4.)