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!)
A348694 a(n) is the least number k such that the numerator of the harmonic mean of the divisors of k is equal to n, or -1 if no such k exists. 2
1, 6, 3, 2, 5, 270, 7, 672, 84, 30, 11, 4, 13, 18620, 420, 24, 17, 12, 19, 10, 21, 22, 23, 30240, 1550, 78, 9, 168, 29, 60, 31, 8, 132, 102, 35, 18, 37, 38, 39, 3360, 41, 3724, 43, 7392, 45, 15456, 47, 1080, 49, 6051500, 153, 26, 53, 540, 55, 56, 57, 174, 59, 90 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(2) = 6 since the harmonic mean of the divisors of 6 is 2.
a(3) = 3 since the harmonic mean of the divisors of 3 is 3/2.
MATHEMATICA
num[n_] := Numerator[DivisorSigma[0, n]/DivisorSigma[-1, n]]; seq[m_] := Module[{s = Table[0, {m}], c = 0, n = 1, i}, While[c < m, i = num[n]; If[i <= m && s[[i]] == 0, c++; s[[i]] = n]; n++]; s]; seq[100]
CROSSREFS
Sequence in context: A333239 A078333 A302852 * A049605 A088395 A272082
KEYWORD
nonn
AUTHOR
Amiram Eldar, Oct 30 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 April 25 11:06 EDT 2024. Contains 371967 sequences. (Running on oeis4.)