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!)
A061469 GCD of the amicable pairs: a(n) = gcd(A002025(n), A002046(n)). 5

%I #35 Dec 13 2020 05:18:19

%S 4,2,4,4,8,8,105,16,92,16,135,819,10,45,585,16,8,10,16,16,8,44,4,4,14,

%T 8,16,98,16,585,8,8,8,8,8,4,8,105,16,8,135,8,10,50,10,5733,8,585,10,

%U 855,16,10,4,10,10,585,32,10,8,16,14,8,16,4,8,310,8,16,8,10,50,855,14,8,10

%N GCD of the amicable pairs: a(n) = gcd(A002025(n), A002046(n)).

%C The pairs are ordered by the smaller number. - _David Wasserman_, Jun 18 2002

%H Amiram Eldar, <a href="/A061469/b061469.txt">Table of n, a(n) for n = 1..10000</a> (terms 1..1000 from T. D. Noe)

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/AmicablePair.html">Amicable Pair</a>.

%e a(1) = gcd(220, 284) = 4;

%e a(2) = gcd(1184, 1210) = 2.

%t With[{s = PositionIndex@ Array[DivisorSigma[1, #] &, 10^6]}, Flatten@ Map[GCD @@ # &, Apply[Join, Map[Function[n, Select[Subsets[Lookup[s, n], {2}], Total@ # == n &]], Sort@ Select[Keys@ s, Length@ Lookup[s, #] > 1 &]]]]] (* _Michael De Vlieger_, Oct 22 2017 *)

%Y Cf. A002025, A002046, A259180 (amicable pairs).

%K nonn

%O 1,1

%A _Jason Earls_, Jun 11 2001

%E More terms from _David Wasserman_, Jun 18 2002

%E a(22) corrected by _T. D. Noe_, Aug 15 2010

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 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)