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!)
A339683 Larger of amicable pair a < b such that the ratio of their number of divisors d(b)/d(a) sets a new record. 1
284, 1210, 486178, 12361622, 39944086, 6119799324639, 15309719733555, 36680009488425, 20386078790473473, 43160565196326158, 1052608596326926425, 6924667299336450388 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The terms are ordered according to their lesser counterparts (A339682).
The terms were calculated using data from Chernykh's site.
LINKS
Sergei Chernykh, Amicable pairs list.
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, m]], {n, 1, 10^7}]; seq
CROSSREFS
Sequence in context: A260087 A002046 A339679 * A343917 A143191 A180220
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 April 23 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)