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!)
A054572 Larger members of g-reduced amicable pairs a < b such that sigma(a) = sigma(b) = a + b + gcd(a,b). 1
182, 184, 435, 435, 801, 885, 1012, 1155, 1162, 1336, 1365, 1534, 1648, 1743, 1989, 2295, 2318, 4527, 4917, 4935, 5229, 5428, 5974, 6128, 7155, 7582, 7708, 8733, 9429, 11115, 11637, 13635, 14378, 15128, 15796, 16252, 17098, 17535, 18124, 20306, 21267, 22869 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The lesser counterparts are in A054573.
435 appears twice since it has 2 lesser counterparts, 270 and 280. - Amiram Eldar, Jan 19 2019
LINKS
EXAMPLE
182 is in the sequence since it is the larger member of the pair (140, 182), and sigma(140) = sigma(182) = 336 = 140 + 182 + gcd(140, 182).
MATHEMATICA
seq={}; Do[s1 = DivisorSigma[1, n]; Do[s2 = DivisorSigma[1, m]; If[s2 == s1 && s2 == n + m + GCD[n, m], AppendTo[seq, n]], {m, 1, n-1}], {n, 1, 1000}]; seq (* Amiram Eldar, Jan 19 2019 *)
CROSSREFS
Cf. A000203, A002046, A005820 (perfect numbers analog), A054573.
Sequence in context: A324271 A265997 A204378 * A054985 A124185 A218563
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected and extended by R. J. Mathar, Oct 19 2006
Name corrected and data corrected and extended by Amiram Eldar, Jan 19 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 23 13:51 EDT 2024. Contains 371914 sequences. (Running on oeis4.)