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!)
A339682 Lesser of amicable pair a < b such that the ratio of their number of divisors d(b)/d(a) sets a new record. 1
220, 1184, 469028, 11693290, 37784810, 6057622044705, 14772536572365, 35019687151575, 19245649704560895, 42564348058073842, 1004007953218033575, 6778057036176125612 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The larger counterparts are in A339683.
The corresponding ratios are 1/2, 1, 2, 3, 4, 16/3, 6, 8, 9, 12, 16, 24, ...
The terms were calculated using data from Chernykh's site.
LINKS
Sergei Chernykh, Amicable pairs list.
EXAMPLE
The least pair of amicable numbers, (220, 284), has a ratio of the numbers of divisors d(284)/d(220) = 6/12 = 1/2.
The next pair with a larger ratio is (1184, 1210) whose ratio is d(1210)/d(1184) = 12/12 = 1.
MATHEMATICA
s[n_] := DivisorSigma[1, n] - n; rm = 0; seq = {}; Do[m = s[n]; If[m > n && s[m] == n && (r = Divide @@ DivisorSigma[0, {m, n}]) > rm, rm = r; AppendTo[seq, n]], {n, 1, 10^7}]; seq
CROSSREFS
Sequence in context: A002025 A260086 A339678 * A241615 A180219 A233626
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, Dec 12 2020
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 May 21 07:02 EDT 2024. Contains 372729 sequences. (Running on oeis4.)