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!)
A307052 Larger of amicable numbers pair m < n such that A307037(m) = n and A307037(n) = m. 1
5, 17, 80, 257, 1280, 4352, 8060, 65537, 327680, 1065220, 1089452, 1114112, 16842752, 100340800, 383479200, 466344000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The terms are ordered according to their lesser counterparts (A307051).
a(17) > 4*10^12. - Giovanni Resta, Mar 24 2019
LINKS
MATHEMATICA
f[p_, e_] := p^e + (-1)^e; a[1] = 1; a[n_] := Times @@ f @@@ FactorInteger[n]; s={}; Do[m = a[n]; If[m > n && a[m] == n, AppendTo[s, m]], {n, 1, 10^7}]; s
CROSSREFS
Sequence in context: A149747 A149748 A151494 * A369262 A053418 A151882
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, Mar 21 2019
EXTENSIONS
a(16) from Giovanni Resta, Mar 24 2019
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)